From 17de8893ae7314ffc06a8dd5ac4221bc97507188 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sat, 25 Feb 2012 17:11:39 +0100 Subject: [PATCH] rearrane CSS class properties --- browser/skin/lobo/lobo.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/browser/skin/lobo/lobo.css b/browser/skin/lobo/lobo.css index d051940..97949b4 100644 --- a/browser/skin/lobo/lobo.css +++ b/browser/skin/lobo/lobo.css @@ -63,12 +63,6 @@ ol, ul, p { margin-bottom: 0.5em; } -/* no vertical spacing for descriptions in grids */ -div.legend i p { - margin-top: 0; - margin-bottom: 0; -} - ol, ul { padding-left: 2em; } @@ -490,6 +484,12 @@ img.notselected { margin-top: 5px; } +/* no vertical spacing for descriptions in grids */ +div.legend i p { + margin-top: 0; + margin-bottom: 0; +} + /* comments */ div.comment {