From 9d147a038f65123c6eff3818462aa235b8dfe888 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Fri, 22 Sep 2006 07:51:23 +0000 Subject: [PATCH] 'added 16px height to the commands to correct the wrapping issue in the sideblock header' --- theme/standard/styles_layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index b882338a9a..ecd0839079 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -515,6 +515,7 @@ ul.list, ul.list li, ol.list, ol.list li { .sideblock .header .commands { margin-top: 0.3em; clear: both; + height: 16px; } .sideblock .header .commands a { -- 2.39.5