Embiggen fonts. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17859 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-11 17:04:40 +00:00
parent a65380f28b
commit 3debdcb100
7 changed files with 31 additions and 24 deletions

View File

@@ -295,8 +295,9 @@ div.postbox div.inside {
#dashboard_quick_press #media-buttons {
margin: 0 0 .5em 5em;
padding: 0 0 0 10px;
font-size: 11px;
font-size: 12px;
line-height: 17px;
color: #777;
}
#dashboard_quick_press #media-buttons a {
@@ -343,8 +344,8 @@ div.postbox div.inside {
#dashboard_recent_drafts h4 abbr {
font-weight: normal;
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #777;
font-size: 12px;
color: #999;
margin-left: 3px;
}
@@ -373,8 +374,8 @@ a.rsswidget {
}
.rss-widget span.rss-date {
color: #777;
font-size: 11px;
color: #999;
font-size: 12px;
margin-left: 3px;
}