Created
December 6, 2012 15:54
-
-
Save jrstaatsiii/4225540 to your computer and use it in GitHub Desktop.
Windells My Custom Event CSS
This file contains hidden or 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
/** these are additions or replacements to the existing elements **/ | |
div.page {overflow:hidden;} /** base.css line 35 **/ | |
/** can we make the overall width match our site? 960px. It seems to hold up when I test in the browser **/ | |
/** update the #title-area width to 186px **/ | |
#title-area {width: 186px;} /** client.css line 13 **/ | |
/** update the background color to #f1f2f2 **/ | |
div.page_wrapper {background-color: #f1f2f2;} /** base.css line 56 **/ | |
/** update the hover state to #008ed3 **/ | |
a:hover {color: #008ed3;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment