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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-11-15 20:20:43 +00:00
parent bbea28c8ca
commit 44e5c028b5
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;