Twenty Twelve: minor style fixes for small navigation menu (line-height) -- see #21562; featured image on homepage timeplate (space below image in small layouts).
git-svn-id: http://core.svn.wordpress.org/trunk@21562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9cf4306b6d
commit
c255fe7e6e
|
@ -518,7 +518,7 @@ a:hover {
|
|||
margin-top: 1.714285714rem;
|
||||
font-size: 12px;
|
||||
font-size: 0.857142857rem;
|
||||
line-height: 2;
|
||||
line-height: 1.42857143;
|
||||
float: none;
|
||||
}
|
||||
.main-navigation a {
|
||||
|
@ -1188,6 +1188,10 @@ label ~ span.required {
|
|||
/* =Homepage template
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
.entry-page-image {
|
||||
margin-bottom: 14px;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.page-template-homepage-php .site-content article {
|
||||
border: 0;
|
||||
margin-bottom: 0;
|
||||
|
@ -1431,6 +1435,7 @@ img#wpstats {
|
|||
}
|
||||
.entry-page-image {
|
||||
float: right;
|
||||
margin-bottom: 0;
|
||||
width: 47.916666667%;
|
||||
}
|
||||
.page-template-homepage-php .widget-area .widget,
|
||||
|
|
Loading…
Reference in New Issue