Skip to content

Commit

Permalink
Fixing navigation breakpoint.
Browse files Browse the repository at this point in the history
- Removes floating nav to the right (too wide).
- Show night BG only for > tablet-oversize.
  • Loading branch information
polarblau committed Aug 5, 2012
1 parent 1bef32f commit eb105f3
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions source/stylesheets/partials/_header.sass
Original file line number Diff line number Diff line change
Expand Up @@ -64,42 +64,7 @@ body
border-bottom: 3px solid $brand-2



+respond-to(tablet-portrait)
padding-top: 0em

h1
float: left

nav
float: right
margin: 0
padding: 0
border: none
+at-night
border: none

ul
li
margin: 0 0 0 2em


+respond-to(tablet-landscape)
+respond-to(tablet-oversize)
background: white
+at-night
background: $black

h1
float: none

nav
float: none
border-top: 1px dotted $grey
+at-night
border-color: $brand-1
margin: 1em auto 0 auto
padding: 0.5em 1em 0

ul
li
margin: 0 1em

0 comments on commit eb105f3

Please sign in to comment.