Merge pull request #242 from parndt/fix-top-min-width

Fixes #236 by setting #top min-width to 930px to match #left plus #main
This commit is contained in:
Justine 2014-01-08 12:43:16 -08:00
commit 60d4273801

View File

@ -27,7 +27,7 @@ html, body
top: -40px
left: 0
width: 100%
min-width: 1211px
min-width: 930px
height: 55px
z-index: 1000