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:
parent
e327ae9f74
commit
11fb1f6b78
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user