diff options
| author | Christopher Long <indirecthit@gmail.com> | 2006-07-27 22:38:02 +0000 |
|---|---|---|
| committer | Christopher Long <indirecthit@gmail.com> | 2006-07-27 22:38:02 +0000 |
| commit | 75c6dc967d4f27a8361d8cf77a1ea279ba9fa3b1 (patch) | |
| tree | 2b1ad1b7c7af7cc9ed04a843c33d6ae539b51475 /docs/admin_css.txt | |
| parent | 8e48efbbd09685f04856bf448d37c4b7a84e8548 (diff) | |
[per-object-permissions] Update to trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/per-object-permissions@3464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/admin_css.txt')
| -rw-r--r-- | docs/admin_css.txt | 4 |
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 |
