[svn r12037] fix breadcrumbs problem in tabs stylesheet

http://www.dokeos.com/forum/viewtopic.php?t=8686
skala
Patrick Cool 19 years ago
parent 0f1292535f
commit 9eefa2c33e
  1. 9
      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;
}

Loading…
Cancel
Save