From 53e18e43f4ce0fa561c7651e78167b2e5b9fd963 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 4 Sep 2012 03:58:24 +0000 Subject: [PATCH] Twenty Twelve: remove justified text alignment rules for small screens. Closes #21385. git-svn-id: https://develop.svn.wordpress.org/trunk@21721 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index a7cc473c93..4804792b90 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -718,8 +718,6 @@ article.sticky .featured-post { margin: 0 0 24px; margin: 0 0 1.714285714rem; line-height: 1.714285714; - text-align: justify; - text-justify: distribute; } .entry-content ol, .comment-content ol, @@ -1303,11 +1301,6 @@ img#wpstats { /* Minimum width of 600 pixels. */ @media screen and (min-width: 600px) { - .entry-content p, - .entry-summary p { - text-align: inherit; - text-justify: auto; - } #author-avatar { float: left; margin-top: 8px;