summaryrefslogtreecommitdiff
path: root/docs/admin_css.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 20:48:17 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 20:48:17 +0000
commit1687b025dc2a03e9ef111b8fd3db63fce48b77b7 (patch)
treefd2ad4dcabc6adc57d5290e6a66be16661558ea9 /docs/admin_css.txt
parenta926046ba633ac38d3306b6bc10677a670929786 (diff)
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/admin_css.txt')
-rw-r--r--docs/admin_css.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin_css.txt b/docs/admin_css.txt
index 069012a84b..ec402f7142 100644
--- a/docs/admin_css.txt
+++ b/docs/admin_css.txt
@@ -118,8 +118,8 @@ additional class on the ``a`` for that tool. These are ``.addlink`` and
Example from a changelist page::
<ul class="object-tools">
- <li><a href="/stories/add/" class="addlink">Add redirect</a></li>
- </ul>
+ <li><a href="/stories/add/" class="addlink">Add redirect</a></li>
+ </ul>
.. image:: http://media.djangoproject.com/img/doc/admincss/objecttools_01.gif
:alt: Object tools on a changelist page