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: http://core.svn.wordpress.org/trunk@21667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-08-30 16:39:49 +00:00
parent 152f0ef65b
commit 129f9b59e9
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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 {