From 0bb0ad8d435cc4eb3f7d9481ead7085e12e0a088 Mon Sep 17 00:00:00 2001 From: Wilson Miner Date: Tue, 19 Jul 2005 15:31:05 +0000 Subject: [PATCH] Fixed error in instructions for form labels. git-svn-id: http://code.djangoproject.com/svn/django/trunk@209 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/admin_css.txt | 8 ++++---- 1 file 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