From 00b53b27d92c115b07a9a69da79ce83fac328851 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 4 Sep 2012 04:54:24 +0000 Subject: [PATCH] Twenty Twelve: review and remove unneeded overflow rules, and remove duplicate style block. Props obenland, fixes #21740. git-svn-id: http://core.svn.wordpress.org/trunk@21725 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index a9ade6c8f..8fef2f859 100644 --- a/style.css +++ b/style.css @@ -556,7 +556,6 @@ section[role="banner"] { hyphens: auto; margin-bottom: 48px; margin-bottom: 3.428571429rem; - overflow: hidden; } .widget-area .widget h3 { margin-bottom: 24px; @@ -591,7 +590,6 @@ footer[role="contentinfo"] { margin-right: auto; padding: 24px 0; padding: 1.714285714rem 0; - overflow: hidden; } footer[role="contentinfo"] a { color: #686868; @@ -902,8 +900,10 @@ footer.entry-meta { /* =Single image attachment view -------------------------------------------------------------- */ -.image-attachment div.attachment { +.article.attachment { overflow: hidden; +} +.image-attachment div.attachment { text-align: center; } .image-attachment div.attachment p { @@ -1030,7 +1030,6 @@ article.format-quote .entry-content blockquote { .comments-area article { margin: 24px 0; margin: 1.714285714rem 0; - overflow: hidden; } .comments-area article header { margin: 0 0 48px; @@ -1095,11 +1094,6 @@ article.format-quote .entry-content blockquote { border-radius: 3px; border: 1px solid #007cbd; } -.comments-area article p { - margin: 24px 0; - margin: 1.714285714rem 0; - line-height: 1.714285714; -} .comments-area li.bypostauthor cite span { position: absolute; margin-left: 5px; @@ -1152,7 +1146,6 @@ a.comment-reply-link:hover { #respond form p { margin: 11px 0; margin: 0.785714286rem 0; - overflow: hidden; } #respond form p.logged-in-as { margin-bottom: 24px;