mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user