Skip to content

Commit

Permalink
changed the list statement to include a needed comma - thanks to 2css…
Browse files Browse the repository at this point in the history
…wizardry
  • Loading branch information
dhg committed May 23, 2011
1 parent e59637c commit 6b8ff4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/base.css
Expand Up @@ -109,9 +109,9 @@
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
ul ul li, ul ol li
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
Expand Down

0 comments on commit 6b8ff4d

Please sign in to comment.