remove leading <li> from get_views() and add it later. Fixes #15321

git-svn-id: http://svn.automattic.com/wordpress/trunk@16205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-11-05 14:34:09 +00:00
parent e7318d2068
commit c0b067fcf5
14 changed files with 33 additions and 30 deletions

View File

@@ -206,13 +206,13 @@ strong .post-com-count span {
border-top-color: #dfdfdf;
}
.error,
div.error,
.login #login_error {
background-color: #ffebe8;
border-color: #c00;
}
.error a {
div.error a {
color: #c00;
}
@@ -437,7 +437,7 @@ div.dashboard-widget-submit input:hover,
color: #d54e21;
}
.updated,
div.updated,
.login .message {
background-color: #ffffe0;
border-color: #e6db55;