Updated default style

pull/2/head
Sahat Yalkabov 2014-02-01 02:07:30 -05:00
parent f3a6cc4a89
commit 2412559ca7
3 changed files with 21 additions and 10 deletions

View File

@ -28,7 +28,7 @@ body {
#footer {
height: 110px;
padding-top: 20px;
padding-top: 15px;
}
// Navbar

View File

@ -7,6 +7,9 @@
@brand-danger: #de4b33;
@brand-info: #5bc0dd;
// Typography
// -------------------------
// Buttons
// -------------------------
@ -66,3 +69,17 @@
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
}
// Navbar
// -------------------------
.navbar-default .navbar-nav > li a {
transition: color 0.3s;
}
// Footer
// -------------------------
#footer {
background-color: @navbar-default-bg;
border-top: 1px solid @navbar-default-border;
}

View File

@ -10,17 +10,11 @@
.collapse.navbar-collapse
ul.nav.navbar-nav
li(class=title=='Home'?'active':undefined)
a(href='/')
i.fa.fa-home
| Home
a(href='/') Home
li(class=title=='API Browser'?'active':undefined)
a(href='/api')
i.fa.fa-cogs
| API Browser
a(href='/api') API Browser
li(class=title=='Contact'?'active':undefined)
a(href='/contact')
i.fa.fa-envelope-o
| Contact
a(href='/contact') Contact
ul.nav.navbar-nav.navbar-right
if !user
li(class=title=='Login'?'active':undefined)