New, pretty footer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d407089c9
commit
f0ab0be0cb
|
@ -1,9 +1,10 @@
|
|||
|
||||
<p id="footer"><strong><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
|
||||
<?php
|
||||
printf(__('%s seconds'), number_format(timer_stop(), 2));
|
||||
?>
|
||||
<div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-images/wp-small.png" alt="WordPress" /></a><br />
|
||||
<?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
|
||||
<?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
|
||||
</p>
|
||||
<p> <a href="http://getfirefox.com/" title="<?php _e('WordPress recommends the open-source Firefox browser') ?>"><img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_88x31.png" width="88" height="31" alt="Get Firefox"></a></p>
|
||||
</div>
|
||||
<?php do_action('admin_footer', ''); ?>
|
||||
</body>
|
||||
</html>
|
|
@ -94,6 +94,10 @@ h2 {
|
|||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
input:focus, textarea:focus, label:focus {
|
||||
background: #fff;
|
||||
border: 1px solid #686868;
|
||||
|
|
Loading…
Reference in New Issue