fix weird things after topbar merge

This commit is contained in:
Lisa Passing 2015-03-25 14:31:41 +01:00
parent a3ada26e17
commit 6e2887b868
3 changed files with 9 additions and 4 deletions

View File

@ -7,6 +7,8 @@
max-width: 1024px
padding-left: 0 !important
padding-right: 0 !important
padding-top: 30px !important
.main,
.profile-view

View File

@ -15,6 +15,8 @@ $top-height: 55px
background : inline-image('svg/travis-ci-logo.svg') no-repeat 0 50%
&:hover
background : $cream-light inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50%
.centered &
margin-left: 0
.burger
overflow: auto

View File

@ -1,10 +1,11 @@
<div class="centered">
<header id="top" class="top">
<header id="top" class="topbar">
<div class="centered">
{{render "top"}}
</header>
</div>
</header>
<div class="centered">
{{render "flash"}}
<div id="main" class="main" role="main">
{{yield}}