Increase size of page title. see #17324.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-05-11 08:56:49 +00:00
parent 8cac666407
commit 1109c6b919
5 changed files with 14 additions and 8 deletions

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

View File

@@ -4060,8 +4060,8 @@ h2 .nav-tab {
padding: 2px 10px 3px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
font-size: 16px;
line-height: 20px;
font-size: 20px;
line-height: 24px;
}