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: https://develop.svn.wordpress.org/trunk@21431 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-05 21:13:21 +00:00
parent baf3d55e1b
commit b30c35dd8a
1 changed files with 0 additions and 16 deletions

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