Django

Code

Changeset 209

Show
Ignore:
Timestamp:
07/19/05 10:31:05 (3 years ago)
Author:
wilson
Message:

Fixed error in instructions for form labels.

Files:

Legend:

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

    r121 r209  
    178178------ 
    179179 
    180 Each form ``label`` and field should be enclosed in a header ``h4``. Any 
    181 explanation or help text should follow this ``h4`` in a ``p`` with class 
    182 ``.help``. Form labels should always precede the field, except in the case 
    183 of checkboxes and radio buttons, where the ``input`` should come first. 
     180Form labels should always precede the field, except in the case 
     181of checkboxes and radio buttons, where the ``input`` should come first. Any 
     182explanation or help text should follow the ``label`` in a ``p`` with class 
     183``.help``.