Ticket #28649: 28649.4.diff
File 28649.4.diff, 1.4 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/ie.css
515 515 margin-right: auto; 516 516 } 517 517 518 .ie8 .full-width.singular .hentry.has-post-thumbnail, 519 .ie8 .full-width.home .hentry.has-post-thumbnail { 518 .ie8 .full-width .hentry.has-post-thumbnail:first-child { 520 519 margin-top: -72px; 521 520 } 522 521 523 522 524 .ie8 .singular . hentry.has-post-thumbnail {523 .ie8 .singular .site-content .hentry.has-post-thumbnail { 525 524 margin-top: 0; 526 525 } 527 526 -
src/wp-content/themes/twentyfourteen/style.css
3356 3356 } 3357 3357 3358 3358 .full-width .site-content .has-post-thumbnail .entry-header, 3359 .full-width.singular .site-content .hentry.has-post-thumbnail, 3360 .full-width.home .site-content .hentry.has-post-thumbnail { 3359 .full-width .site-content .hentry.has-post-thumbnail:first-child { 3361 3360 margin-top: -48px; 3362 3361 } 3363 3362 … … 3688 3687 margin-left: 20px; 3689 3688 } 3690 3689 3691 .full-width.singular .site-content .hentry.has-post-thumbnail, 3692 .full-width.home .site-content .hentry.has-post-thumbnail { 3690 .full-width .site-content .hentry.has-post-thumbnail:first-child { 3693 3691 margin-top: -72px; 3694 3692 } 3695 3693