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 max-width: 1024px
padding-left: 0 !important padding-left: 0 !important
padding-right: 0 !important padding-right: 0 !important
padding-top: 30px !important
.main, .main,
.profile-view .profile-view

View File

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

View File

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