mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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
This commit is contained in:
parent
b46e736c9a
commit
cba91997a2
49 changed files with 2410 additions and 1148 deletions
2
docs/_static/djangodocs.css
vendored
2
docs/_static/djangodocs.css
vendored
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue