Fix the collapsed navbar

This commit is contained in:
Chris Done 2014-05-28 12:42:52 +02:00
parent 630a9b0763
commit b2861299ec

View file

@ -34,6 +34,31 @@ h2 {
color:#6e618d;
}
.footer {
background-color:#323232;
color:#999;
position:absolute;
bottom:0;
width:100%;
height:4em;
line-height:2em;
}
.footer p {
margin-top:1em;
font-size:13px;
}
.logo {
font-family:haskell;
font-weight:400;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Navigation
*/
.navbar {
background-color:#352f44;
border-radius:0;
@ -51,11 +76,6 @@ h2 {
color:#fff;
}
.logo {
font-family:haskell;
font-weight:400;
}
.navbar-header .navbar-brand:hover {
color:#fff;
}
@ -76,19 +96,21 @@ h2 {
background-color:inherit;
}
.footer {
background-color:#323232;
color:#999;
position:absolute;
bottom:0;
width:100%;
height:4em;
line-height:2em;
.navbar a:hover {
color: #c3a6e0;
}
.footer p {
margin-top:1em;
font-size:13px;
.navbar > div > .collapse {
display: block;
margin-left: -15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: 0;
}
.navbar-collapse .active > a {
border: 0 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *