Improved nav bar
This commit is contained in:
parent
a7d76ab380
commit
72e4a51f65
1 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,10 @@ legend {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#nav {
|
||||
background: #f7f9f9;
|
||||
}
|
||||
|
@ -10,7 +14,7 @@ legend {
|
|||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index:10;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#nav .container {
|
||||
|
@ -18,6 +22,10 @@ legend {
|
|||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.navbar-collapse.in #main-nav {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
p.navbar-text {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue