Twenty Thirteen: fix missing space in selector! Props markmcwilliams, fixes #23652.
git-svn-id: https://develop.svn.wordpress.org/trunk@23545 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f5038132ed
commit
057c586b3a
|
@ -320,7 +320,7 @@ nav ol {
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
li >ul,
|
li > ul,
|
||||||
li > ol {
|
li > ol {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue