Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Reduce space in nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Sep 6, 2012
1 parent 5d7bf64 commit f322d7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/DocumentationViewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ p {
}

ul { margin: 14px 0 21px 20px; }
li, dd { font-size: 14px; line-height: 21px; margin-bottom: 14px;}
li, dd { font-size: 14px; line-height: 21px; margin-bottom: 7px;}
li { list-style-position: inside; }
li ul,
li ol { margin-top: 7px; }
dl { margin: 7px 0 21px 0; }
dt { font-weight: bold; }
dd { margin: 7px 0 7px 20px; }
Expand Down

0 comments on commit f322d7a

Please sign in to comment.