From c088b1c478edfd11c04373f7fb3f95da34382047 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 19 Sep 2010 13:42:36 +0000 Subject: [PATCH] work in progress: layouts for the Lobo skin git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4000 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/lobo/standard.pt | 5 ++++- browser/lobo/standard.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/browser/lobo/standard.pt b/browser/lobo/standard.pt index 6a5f91c..105b2c1 100644 --- a/browser/lobo/standard.pt +++ b/browser/lobo/standard.pt @@ -34,8 +34,10 @@
+
+
@@ -46,7 +48,8 @@ -
  + +
 
diff --git a/browser/lobo/standard.py b/browser/lobo/standard.py index 1386951..adb3d56 100644 --- a/browser/lobo/standard.py +++ b/browser/lobo/standard.py @@ -162,7 +162,7 @@ class List1(BasePart): macroName = 'list1' imageSize = 'small' - gridPattern = [['span-2', 'span-4 last']] + gridPattern = [['span-2 clear', 'span-4 last']] class Header1(BasePart):