Skip to content

Commit

Permalink
Nested <ul>s shouldn't have bottom margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Voase committed Mar 16, 2010
1 parent d7bc9da commit 9f2243e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/markdoc/static/default-static/media/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ ul {
margin-top: 0; }
ul li {
list-style: square outside; }
ul ul {
margin-bottom: 0; }

pre {
border-left: 1px solid gray;
Expand Down
2 changes: 2 additions & 0 deletions src/markdoc/static/default-static/media/sass/_layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ ul
:margin-top 0
li
:list-style square outside
ul
:margin-bottom 0


// Code blocks
Expand Down

0 comments on commit 9f2243e

Please sign in to comment.