Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
wiki: Fix ToC styling for nested <ul>s.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Dec 11, 2012
1 parent cde3b67 commit a2c5f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r2/r2/public/static/css/reddit.css
Expand Up @@ -1079,15 +1079,15 @@ 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;
border: 1px solid #8D9CAA;
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;
Expand Down

0 comments on commit a2c5f14

Please sign in to comment.