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