From f2fec99efa7864a83ae49527e7f575e2cd01e1ee Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Mon, 26 Nov 2012 10:46:02 -0500 Subject: [PATCH] fixed header float bug --- cms/templates/edit-tabs.html | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/cms/templates/edit-tabs.html b/cms/templates/edit-tabs.html index 94c5e38260..0c89800c21 100644 --- a/cms/templates/edit-tabs.html +++ b/cms/templates/edit-tabs.html @@ -20,23 +20,21 @@

Static Tabs

-
-
-
-
    - % for id in components: -
  1. - % endfor - -
  2. - - New Tab - -
  3. -
-
-
-
+
+
+
    + % for id in components: +
  1. + % endfor + +
  2. + + New Tab + +
  3. +
+
+
\ No newline at end of file