-
+
+
+
diff --git a/browser/lobo/standard.py b/browser/lobo/standard.py
index b6e02ef..b1374cd 100644
--- a/browser/lobo/standard.py
+++ b/browser/lobo/standard.py
@@ -157,6 +157,7 @@ class BasePart(Base):
imageCssClass = ''
height = 260
gridPattern = []
+ showImage = True
def getChildren(self):
subtypeNames = (self.params.get('subtypes') or [''])[0].split(',')
@@ -206,6 +207,13 @@ class List2(BasePart):
gridPattern = [['span-4 clear', 'span-2 last']]
+class Header0(BasePart):
+
+ macroName = 'header'
+ cssClass = ['span-6 last', 'clear']
+ showImage = False
+
+
class Header1(BasePart):
macroName = 'header'
diff --git a/browser/skin/lobo/lobo.css b/browser/skin/lobo/lobo.css
index b088587..fd323c7 100644
--- a/browser/skin/lobo/lobo.css
+++ b/browser/skin/lobo/lobo.css
@@ -443,7 +443,7 @@ img.notselected {
/* lobo layout-specific classes */
.legend {
- margin-top: 3px;
+ margin-top: 1px;
}
/* comments */