Twenty Twelve RTL: We ought not to RTL image alignment since the editor adds the class and the button is always the same. See #21441 props iandstewart.
git-svn-id: http://core.svn.wordpress.org/trunk@21431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bfb8144c1f
commit
df26bdae3d
|
@ -18,12 +18,6 @@ td {
|
|||
-------------------------------------------------------------- */
|
||||
|
||||
/* Images */
|
||||
.alignright {
|
||||
float: right;
|
||||
}
|
||||
.alignleft {
|
||||
float: left;
|
||||
}
|
||||
.site-content .gallery-columns-4 .gallery-item {
|
||||
padding-left: 2%;
|
||||
padding-right: 0;
|
||||
|
@ -87,19 +81,9 @@ td {
|
|||
/* =Basic post styling
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
img.alignright {
|
||||
float: right;
|
||||
margin: 0 0 0 24px;
|
||||
}
|
||||
.entry-content li {
|
||||
margin: 0 24px 0 0;
|
||||
}
|
||||
img.alignright {
|
||||
margin: 12px 0 12px 24px;
|
||||
}
|
||||
img.alignleft {
|
||||
margin: 12px 24px 12px 0;
|
||||
}
|
||||
.entry-content td {
|
||||
padding: 6px 0 6px 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue