Twenty Twelve: handle a long site title a bit better in mobile view, don't use line-height to add space between the h1 and h2 elements in this case.

git-svn-id: http://core.svn.wordpress.org/trunk@22358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-11-02 16:48:11 +00:00
parent 19dc2fc228
commit 420cf2e210
1 changed files with 4 additions and 1 deletions

View File

@ -528,7 +528,9 @@ a:hover {
.site-header h1 {
font-size: 24px;
font-size: 1.714285714rem;
line-height: 2;
line-height: 1.285714286;
margin-bottom: 14px;
margin-bottom: 1rem;
}
.site-header h2 {
font-weight: normal;
@ -1410,6 +1412,7 @@ img#wpstats {
font-size: 26px;
font-size: 1.857142857rem;
line-height: 1.846153846;
margin-bottom: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {