From 9eefa2c33e5b0fc13ce47e7952f83f16ab52e2d4 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Tue, 17 Apr 2007 09:43:46 +0200 Subject: [PATCH] [svn r12037] fix breadcrumbs problem in tabs stylesheet http://www.dokeos.com/forum/viewtopic.php?t=8686 --- main/css/default_with_tabs/default.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main/css/default_with_tabs/default.css b/main/css/default_with_tabs/default.css index 5a3c789a8d..9caa4fd188 100644 --- a/main/css/default_with_tabs/default.css +++ b/main/css/default_with_tabs/default.css @@ -209,6 +209,7 @@ input[text] {font-size: 12px; } color: #006; border-bottom: 1px solid #4171b5; height:auto; + margin-bottom: 1px; } #header3 A { PADDING-RIGHT: 15px; @@ -316,8 +317,8 @@ input[text] {font-size: 12px; } background-color: #fff; color: #009; padding: 4px; - margin-bottom: 2px; - float: left; + margin-bottom: 2px; + float: left; clear:right; } #header4 a { @@ -329,8 +330,8 @@ input[text] {font-size: 12px; } } /* The tool shortcuts */ #toolshortcuts { - text-align: right; - clear: right; + text-align: right; + clear: right; }