Add h2 to Uploads page. Props mdawaffe. fixes #3541

git-svn-id: http://svn.automattic.com/wordpress/trunk@4708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-01-09 09:05:54 +00:00
parent 509a601439
commit 9154236572
2 changed files with 17 additions and 1 deletions

View File

@ -105,6 +105,19 @@ h2 {
line-height: 1.4em;
}
.wrap h2 {
margin: .4em 0 .5em;
display: block;
border-bottom: .5em solid #e5f3ff;
color: #333;
font: normal 32px/5px serif;
clear: both;
}
* html .wrap h2 {
margin-top: 1em;
}
.back {
display: block;
position: absolute;

View File

@ -79,7 +79,10 @@ function addLoadEvent(func) {if ( typeof wpOnload!='function'){wpOnload=func;}el
else :
add_action( 'admin_head', 'wp_upload_admin_head' );
include_once('admin-header.php');
echo "<div class='wrap'>";
?>
<div class='wrap'>
<h2><?php _e('Uploads'); ?></h2>
<?php
endif;
echo "<ul id='upload-menu'>\n";