diff options
| author | Wilson Miner <wminer@gmail.com> | 2005-07-19 15:31:05 +0000 |
|---|---|---|
| committer | Wilson Miner <wminer@gmail.com> | 2005-07-19 15:31:05 +0000 |
| commit | 0bb0ad8d435cc4eb3f7d9481ead7085e12e0a088 (patch) | |
| tree | e197ba3e805da83d19be7f24657ee127a1ef5a12 /docs/admin_css.txt | |
| parent | 3e09a1fc1c7cd44a3c7b74ef0573018d01c484d2 (diff) | |
Fixed error in instructions for form labels.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/admin_css.txt')
| -rw-r--r-- | docs/admin_css.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/admin_css.txt b/docs/admin_css.txt index bc40596b45..8b343779db 100644 --- a/docs/admin_css.txt +++ b/docs/admin_css.txt @@ -177,7 +177,7 @@ with class ``form-row``. If the field in the row is required, a class of Labels ------ -Each form ``label`` and field should be enclosed in a header ``h4``. Any -explanation or help text should follow this ``h4`` in a ``p`` with class -``.help``. Form labels should always precede the field, except in the case -of checkboxes and radio buttons, where the ``input`` should come first.
\ No newline at end of file +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 |
