Properly adjust margins for ordered lists in RTL in Twenty Eleven. props wpweaver. fixes #19072.

git-svn-id: https://develop.svn.wordpress.org/trunk@19303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-15 20:20:43 +00:00
parent e327ae9f74
commit 11fb1f6b78
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ p {
ul, ol {
margin: 0 2.5em 1.625em 0;
}
.ltr ul, ol {
margin: 0 0 1.625em 2.5em;
.ltr ul, .ltr ol {
margin: 0 0 1.625em 2.5em;
}
blockquote {
font-family: Arial, sans-serif;