Twenty Twelve: justify text in smaller views, props chriswallace. Fixes #21385.

git-svn-id: http://core.svn.wordpress.org/trunk@21426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-08-05 19:56:42 +00:00
parent f997a6d767
commit 8f89fe6353
2 changed files with 9 additions and 0 deletions

View File

@ -187,6 +187,9 @@ label ~ span.required {
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.entry-content p {
text-align: right;
}
.page-template-homepage-php .widget-area .widget_text img {
float: right;
margin: 8px 0 8px 24px;

View File

@ -765,6 +765,8 @@ 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,
@ -1321,6 +1323,10 @@ label ~ span.required {
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.entry-content p {
text-align: left;
text-justify: auto;
}
#author-avatar {
float: left;
margin-top: 8px;