diff --git a/rtl.css b/rtl.css index 35edb6d1b..15643d779 100644 --- a/rtl.css +++ b/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/style.css b/style.css index 490e50a8e..8130e5e42 100644 --- a/style.css +++ b/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 {