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:
lancewillett 2012-08-05 21:13:21 +00:00
parent b9ff50e964
commit 8ffa8ddd5f
1 changed files with 0 additions and 16 deletions

16
rtl.css
View File

@ -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;
}