Twenty Eleven: pull classes shouldn't force a width on all elements (like images). props matveb. fixes #20485.
git-svn-id: https://develop.svn.wordpress.org/trunk@20881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ff16e0f409
commit
7b01e30d39
@ -1118,7 +1118,6 @@ blockquote.pull {
|
||||
.pull.alignleft {
|
||||
margin: 0 1.625em 0 0;
|
||||
text-align: right;
|
||||
width: 33%;
|
||||
}
|
||||
.singular .pull.alignleft {
|
||||
margin: 0 1.625em 0 -22.25%;
|
||||
@ -1126,6 +1125,9 @@ blockquote.pull {
|
||||
.pull.alignright {
|
||||
margin: 0 0 0 1.625em;
|
||||
text-align: left;
|
||||
}
|
||||
blockquote.pull.alignleft,
|
||||
blockquote.pull.alignright {
|
||||
width: 33%;
|
||||
}
|
||||
.singular .pull.alignright {
|
||||
|
Loading…
Reference in New Issue
Block a user