Layout and CSS tweaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8c8c4a38c8
commit
df2d99e0bb
|
@ -88,7 +88,7 @@ require_once($abspath.'wp-links/links.php');
|
|||
<?php get_archives('monthly'); ?>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Calendar:
|
||||
<li>
|
||||
<?php get_calendar(); ?>
|
||||
</li>
|
||||
<li>Other:
|
||||
|
|
|
@ -237,6 +237,7 @@ p, li, .feedback {
|
|||
#wp-calendar caption {
|
||||
color: #999;
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#wp-calendar td {
|
||||
|
|
Loading…
Reference in New Issue