mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Sass don't like that.
This commit is contained in:
parent
848ebf2ffe
commit
a88089b7fc
1 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,8 @@
|
|||
.navbar
|
||||
min-height: 0px
|
||||
border-radius: 0
|
||||
.navbar-right // not sure why bootstrap puts a big negative margin in, but this overrides it
|
||||
.navbar-right
|
||||
// not sure why bootstrap puts a big negative margin in, but this overrides it
|
||||
margin-right: 10px
|
||||
|
||||
// custom navbar styling
|
||||
|
@ -84,4 +85,4 @@
|
|||
|
||||
.treema-root
|
||||
background-color: white
|
||||
border-radius: 4px
|
||||
border-radius: 4px
|
||||
|
|
Loading…
Add table
Reference in a new issue