mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 19:02:23 +01:00
Twenty Twelve: remove justified text alignment rules for small screens. Closes #21385.
git-svn-id: http://core.svn.wordpress.org/trunk@21721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1c2910d8ad
commit
21c4b2913c
@ -718,8 +718,6 @@ article.sticky .featured-post {
|
|||||||
margin: 0 0 24px;
|
margin: 0 0 24px;
|
||||||
margin: 0 0 1.714285714rem;
|
margin: 0 0 1.714285714rem;
|
||||||
line-height: 1.714285714;
|
line-height: 1.714285714;
|
||||||
text-align: justify;
|
|
||||||
text-justify: distribute;
|
|
||||||
}
|
}
|
||||||
.entry-content ol,
|
.entry-content ol,
|
||||||
.comment-content ol,
|
.comment-content ol,
|
||||||
@ -1303,11 +1301,6 @@ img#wpstats {
|
|||||||
|
|
||||||
/* Minimum width of 600 pixels. */
|
/* Minimum width of 600 pixels. */
|
||||||
@media screen and (min-width: 600px) {
|
@media screen and (min-width: 600px) {
|
||||||
.entry-content p,
|
|
||||||
.entry-summary p {
|
|
||||||
text-align: inherit;
|
|
||||||
text-justify: auto;
|
|
||||||
}
|
|
||||||
#author-avatar {
|
#author-avatar {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user