Improved nav bar

This commit is contained in:
Graham Triggs 2017-10-01 19:37:54 +01:00
parent a7d76ab380
commit 72e4a51f65

View file

@ -2,6 +2,10 @@ legend {
display: none; display: none;
} }
.navbar {
z-index: 10;
}
#nav { #nav {
background: #f7f9f9; background: #f7f9f9;
} }
@ -10,7 +14,7 @@ legend {
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%; width: 100%;
z-index:10; z-index: 10;
} }
#nav .container { #nav .container {
@ -18,6 +22,10 @@ legend {
padding-right: 0px; padding-right: 0px;
} }
.navbar-collapse.in #main-nav {
padding-left: 15px;
}
p.navbar-text { p.navbar-text {
margin-left: 15px; margin-left: 15px;
} }