diff options
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/djangodocs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/djangodocs.css b/docs/_static/djangodocs.css index 940bab8388..a92aff0cd8 100644 --- a/docs/_static/djangodocs.css +++ b/docs/_static/djangodocs.css @@ -62,7 +62,7 @@ ins { font-weight: bold; text-decoration: none; } /*** lists ***/ ul { padding-left:30px; } ol { padding-left:30px; } -ol.arabic { list-style-type: decimal; } +ol.arabic li { list-style-type: decimal; } ul li { list-style-type:square; margin-bottom:.4em; } ol li { margin-bottom: .4em; } ul ul { padding-left:1.2em; } |
