From 8bac8b0f7a3953fc87f569373faa42aa71ec4d43 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Mon, 19 Mar 2007 14:59:45 +0100 Subject: [PATCH] [svn r11614] breadcrumbs problem http://www.dokeos.com/forum/viewtopic.php?t=8686 --- main/css/default/default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main/css/default/default.css b/main/css/default/default.css index 06b654119c..79aa9a4ff5 100644 --- a/main/css/default/default.css +++ b/main/css/default/default.css @@ -282,6 +282,7 @@ a.invisible:visited { font-size: 1.0em; height:auto; margin: 0px; + margin-bottom: 1px; padding: 0em 0em 0.4em 0em; } @@ -383,8 +384,8 @@ a.invisible:visited { background-color: #fff; color: #009; margin-bottom: 2px; - padding: 4px; - float: left; + padding: 4px; + float: left; clear:right; } @@ -399,7 +400,7 @@ a.invisible:visited { /* The tool shortcuts */ #toolshortcuts { - text-align: right; + text-align: right; clear: right; }