fix weird things after topbar merge
This commit is contained in:
parent
a3ada26e17
commit
6e2887b868
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
|
<header id="top" class="topbar">
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<header id="top" class="top">
|
|
||||||
{{render "top"}}
|
{{render "top"}}
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<div class="centered">
|
||||||
{{render "flash"}}
|
{{render "flash"}}
|
||||||
|
|
||||||
<div id="main" class="main" role="main">
|
<div id="main" class="main" role="main">
|
||||||
{{yield}}
|
{{yield}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user