Twenty Thirteen: clean up RTL styles per changes in r24391, see #24469.

git-svn-id: https://develop.svn.wordpress.org/trunk@24404 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-06-03 22:17:09 +00:00
parent d5ac993525
commit 625724024b
1 changed files with 0 additions and 33 deletions

View File

@ -390,40 +390,7 @@ html .mceContentBody.rtl {
text-align: right;
}
.rtl.post-format-aside cite:before {
content: normal;
margin-right: auto;
}
.rtl blockquote blockquote {
margin-left: 0;
margin-right: 24px;
}
.rtl.post-format-quote blockquote {
padding-left: 0;
padding-right: 75px;
}
.rtl.post-format-quote blockquote:before {
content: '\201D';
padding-left: 25px;
padding-right: 0;
left: auto;
right: -15px;
}
.rtl.post-format-status {
padding-left: 0;
padding-right: 35px;
}
.rtl.post-format-status:before {
left: auto;
right: 15px;
}
.rtl.post-format-status p:first-child:before {
left: auto;
right: 9px;
}