summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_css.txt8
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