Increase size of page title. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-11 08:56:49 +00:00
parent 08366d684d
commit 9730e6a04a
5 changed files with 14 additions and 8 deletions

View File

@@ -525,13 +525,19 @@ div.error p {
text-shadow: rgba(255,255,255,1) 0 1px 0;
}
.wrap h2 {
font-size: 16px;
font-size: 20px;
padding: 8px 15px 3px 0;
line-height: 24px;
line-height: 28px;
}
.subtitle {
font-size: 14px;
}
.wrap .add-new-h2 {
position: relative;
top: -2px;
margin-left: 2px;
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
}
.wrap h2.long-header {
padding-right: 0;