From 93f85f9f9f71b98d5fa049a4d8243d8d7ef13c3a Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 30 Aug 2012 16:39:49 +0000 Subject: [PATCH] Twenty Twelve: remove aggressive text-align rule, set to inherit instead to allow editor-added styles to justify per author's desire. Props obenland, fixes #21739. git-svn-id: https://develop.svn.wordpress.org/trunk@21667 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/rtl.css | 4 ---- wp-content/themes/twentytwelve/style.css | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/wp-content/themes/twentytwelve/rtl.css b/wp-content/themes/twentytwelve/rtl.css index 35edb6d1bd..15643d779b 100644 --- a/wp-content/themes/twentytwelve/rtl.css +++ b/wp-content/themes/twentytwelve/rtl.css @@ -189,10 +189,6 @@ label ~ span.required { .site-header h2 { text-align: right; } - .entry-content p, - .entry-summary p { - text-align: right; - } .template-home .widget-area .widget_text img { float: right; margin: 8px 0 8px 24px; diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 490e50a8e2..8130e5e424 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -1301,7 +1301,7 @@ img#wpstats { @media screen and (min-width: 600px) { .entry-content p, .entry-summary p { - text-align: left; + text-align: inherit; text-justify: auto; } #author-avatar {