Removed some weired visual artefacts

This commit is contained in:
Christian Wolf 2017-07-12 18:40:27 +02:00
parent f1df2205d3
commit b6ddcf83d8
2 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -37,3 +37,7 @@ table.alternating tr:nth-child(even) {
h2 > a {
color: black;
}
li.row-fluid {
display: block;
}