Skip to content

Instantly share code, notes, and snippets.

@jrstaatsiii
Created December 6, 2012 15:54
Show Gist options
  • Save jrstaatsiii/4225540 to your computer and use it in GitHub Desktop.
Save jrstaatsiii/4225540 to your computer and use it in GitHub Desktop.
Windells My Custom Event CSS
/** 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