From cba91997a24f3cb154c7c51029c6dd91471f8800 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 25 Aug 2008 22:14:22 +0000 Subject: Refactored Django's comment system. Much of this work was done by Thejaswi Puthraya as part of Google's Summer of Code project; much thanks to him for the work, and to them for the program. This is a backwards-incompatible change; see the upgrading guide in docs/ref/contrib/comments/upgrade.txt for instructions if you were using the old comments system. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8557 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/_static/djangodocs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_static') 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; } -- cgit v1.3