From b92b1f7edb80da3a45ee3953b668c2bf4e582141 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 14 May 2015 22:30:10 +0100 Subject: [PATCH] Remove duplicate docs for col classes --- docs/reference/pages/editing_api.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/reference/pages/editing_api.rst b/docs/reference/pages/editing_api.rst index 526f28b8d5..4006ae5ece 100644 --- a/docs/reference/pages/editing_api.rst +++ b/docs/reference/pages/editing_api.rst @@ -289,12 +289,6 @@ Titles Use ``classname="title"`` to make Page's built-in title field stand out with more vertical padding. -Col* ------- - -Fields within a ``FieldRowPanel`` can have their width dictated in terms of the number of columns it should span. The ``FieldRowPanel`` is always considered to be 12 columns wide regardless of browser size or the nesting of ``FieldRowPanel`` in any other type of panel. Specify a number of columns thus: ``col3``, ``col4``, ``col6`` etc (up to 12). The resulting width with be *relative* to the full width of the ``FieldRowPanel``. - - Required Fields ---------------