diff --git a/slt/css/desktop.css b/slt/css/desktop.css index 3c9e8e8..ae778c7 100644 --- a/slt/css/desktop.css +++ b/slt/css/desktop.css @@ -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; diff --git a/slt/css/visual.css b/slt/css/visual.css index cfa48b3..54dd5c9 100644 --- a/slt/css/visual.css +++ b/slt/css/visual.css @@ -37,3 +37,7 @@ table.alternating tr:nth-child(even) { h2 > a { color: black; } + +li.row-fluid { + display: block; +}