diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-29 14:43:07 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-29 14:43:07 +0000 |
| commit | 3373447fba5e2d51d5fb2ef70519a9abc2ca7f65 (patch) | |
| tree | 00e3758672a8f3649c9aa34921128110708401ea /docs | |
| parent | 2af63d3aab0b8f6fa18077aa62b931928864595b (diff) | |
Fixed typo in docs/admin_css.txt. Thanks, Daniel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin_css.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin_css.txt b/docs/admin_css.txt index 1edd709b11..ec7029f739 100644 --- a/docs/admin_css.txt +++ b/docs/admin_css.txt @@ -49,7 +49,7 @@ colM superwide waste them. flex This is for liquid-width pages, such as changelists. Currently only works - with single-colum pages (does not combine with ``.colMS`` or ``.colSM``). + with single-column pages (does not combine with ``.colMS`` or ``.colSM``). Form pages should never use ``.flex``. For instance, you could stick this in a template to make a superwide page:: @@ -143,7 +143,7 @@ Example from a changelist page:: <ul class="object-tools"> <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 @@ -192,4 +192,4 @@ Labels Form labels should always precede the field, except in the case of checkboxes and radio buttons, where the ``input`` should come first. Any explanation or help text should follow the ``label`` in a ``p`` with class -``.help``.
\ No newline at end of file +``.help``.
\ No newline at end of file |
