bug #1777249 [display] Remove horizontal lines in navigation panel

This commit is contained in:
Marc Delisle
2007-10-20 17:19:39 +00:00
parent 5abf6d7bb7
commit 6342e828ea
3 changed files with 2 additions and 9 deletions

View File

@@ -78,13 +78,11 @@ div#pmalogo,
div#leftframelinks,
div#databaseList {
text-align: center;
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
ul#databaseList {
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
padding-<?php echo $left; ?>: 1.5em;
@@ -141,11 +139,6 @@ div#leftframelinks a:hover {
font-size: 80%;
}
/* leftdatabaselist */
div#left_tableList {
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;
@@ -204,7 +197,6 @@ div#left_tableList ul ul {
padding-<?php echo $left; ?>: 0.1em;
border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
padding-bottom: 0.1em;
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
/* for the servers list in navi panel */