mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fixed the top nav height.
This commit is contained in:
parent
22e6942165
commit
9c7ac3dfdc
2 changed files with 4 additions and 1 deletions
|
@ -52,6 +52,9 @@ h1 h2 h3 h4
|
|||
|
||||
.nav-tabs > li
|
||||
cursor: pointer
|
||||
|
||||
#top-nav .nav
|
||||
margin-bottom: 0
|
||||
|
||||
#outer-content-wrapper
|
||||
background: #8cc63f url(/images/pages/base/repeat-tile.png) top center
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
body
|
||||
#fb-root
|
||||
block header
|
||||
.nav.navbar.navbar-fixed-top
|
||||
.nav.navbar.navbar-fixed-top#top-nav
|
||||
.content.clearfix
|
||||
.navbar-header
|
||||
a.navbar-brand(href='/')
|
||||
|
|
Loading…
Reference in a new issue