Django

Code

Changeset 1490

Show
Ignore:
Timestamp:
11/29/05 08:43:07 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/admin_css.txt. Thanks, Daniel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/admin_css.txt

    r210 r1490  
    5050flex 
    5151    This is for liquid-width pages, such as changelists. Currently only works 
    52     with single-colum pages (does not combine with ``.colMS`` or ``.colSM``). 
     52    with single-column pages (does not combine with ``.colMS`` or ``.colSM``). 
    5353    Form pages should never use ``.flex``. 
    5454 
     
    144144          <li><a href="/stories/add/" class="addlink">Add redirect</a></li> 
    145145         </ul> 
    146          
     146 
    147147.. image:: http://media.djangoproject.com/img/doc/admincss/objecttools_01.gif 
    148148   :alt: Object tools on a changelist page 
     
    193193of checkboxes and radio buttons, where the ``input`` should come first. Any 
    194194explanation or help text should follow the ``label`` in a ``p`` with class 
    195 ``.help``.  
     195``.help``.