Created
August 19, 2011 09:30
-
-
Save samuelcotterall/1156443 to your computer and use it in GitHub Desktop.
For Gemma…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To fix the width; find "width:47%;" and change it to "width:auto;" -- it is in this line: | |
#header{margin:0;border:0 solid $bordercolor;color:$pagetitlecolor;float:left;width:47%;overflow:hidden;} | |
I don’t know if this is intentional or not, but to fix the overlap hidden thing; change "padding:30px 0px;" to "padding:0 0 100px 0;" -- it is in this line: | |
#header-wrapper{width:950px;margin:0 auto 0;height:60px;padding:30px 0px;overflow:hidden;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment