Bug#0002738: NarrativeWeb: strange behaviour with alphabet navigation when used with narrow browser window --> has now been fixed.

svn: r19088
This commit is contained in:
Rob G. Healey
2012-03-19 06:36:27 +00:00
parent 65764aef8f
commit 99185e213a
2 changed files with 3 additions and 8 deletions

View File

@@ -128,15 +128,13 @@ a[href]:hover, a[href]:active {
div#nav, #subnavigation {
border: solid 1px #454; /* needed by IE7 */
}
#subnavigation ul {
overflow: hidden;
}
div#nav ul, #subnavigation ul {
list-style: none;
margin: 0px;
padding-left: 15px;
}
#subnavigation ul {
overflow: hidden;
border-bottom: solid 1px #7C8F7C;
}
div#nav ul li, #subnavigation ul li {