Skip to content

Commit

Permalink
[1.5.x] Fixed #21702 -- Added different bullet styles for nested lists.
Browse files Browse the repository at this point in the history
Thanks moc at mocpa.com for the suggestion.

Backport of c81b6f7 from master
  • Loading branch information
amney authored and timgraham committed Sep 23, 2013
1 parent 1fa8c61 commit 938d98c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_theme/djangodocs/static/djangodocs.css
Expand Up @@ -64,6 +64,8 @@ ul { padding-left:30px; }
ol { padding-left:30px; } ol { padding-left:30px; }
ol.arabic li { list-style-type: decimal; } ol.arabic li { list-style-type: decimal; }
ul li { list-style-type:square; margin-bottom:.4em; } ul li { list-style-type:square; margin-bottom:.4em; }
ul ul li { list-style-type:disc; }
ul ul ul li { list-style-type:circle; }
ol li { margin-bottom: .4em; } ol li { margin-bottom: .4em; }
ul ul { padding-left:1.2em; } ul ul { padding-left:1.2em; }
ul ul ul { padding-left:1em; } ul ul ul { padding-left:1em; }
Expand Down

0 comments on commit 938d98c

Please sign in to comment.