Removed some weired visual artefacts
This commit is contained in:
parent
f1df2205d3
commit
b6ddcf83d8
@ -42,6 +42,8 @@ body {
|
||||
#topmenu .nav > li > a {
|
||||
font-size: x-large;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
z-index: 3001;
|
||||
}
|
||||
|
||||
#topmenu .nav > li > a,
|
||||
@ -57,7 +59,7 @@ body {
|
||||
#topmenu > .nav > li > .nav-child {
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 30;
|
||||
z-index: 3000;
|
||||
background-color: white;
|
||||
margin: 0px 20px 10px 0px;
|
||||
border: none;
|
||||
|
@ -37,3 +37,7 @@ table.alternating tr:nth-child(even) {
|
||||
h2 > a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
li.row-fluid {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user