wiki: Fix ToC styling for nested <ul>s.

This commit is contained in:
Max Goodman
2012-12-11 13:56:09 -08:00
parent cde3b679eb
commit a2c5f143e1

View File

@@ -1079,7 +1079,7 @@ a.author { margin-right: 0.5em; }
/* wiki table of contents */
.md.wiki ul:first-child {
.md.wiki > ul:first-child {
float: right;
padding: 10px 25px;
margin-right: 0;
@@ -1087,7 +1087,7 @@ a.author { margin-right: 0.5em; }
list-style: none;
}
.md.wiki ul:first-child ul {
.md.wiki > ul:first-child ul {
margin: 4px 0;
padding-left: 25px;
border-left: 1px dotted #cce;