Skip to content

Instantly share code, notes, and snippets.

@sippey
Created December 2, 2009 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sippey/246846 to your computer and use it in GitHub Desktop.
Save sippey/246846 to your computer and use it in GitHub Desktop.
Custom CSS for Stowe Boyd's message blog
#banner {
background-image : url(http://www.stoweboyd.com/message/files/MessageBanner.gif);
background-repeat : no-repeat;
background-position-y : 0px;
margin-left : 0px;
margin-right : 0px;
}
#banner-header a {
margin-left : -1000px;
}
#container {
border-top : none;
}
#nav {
right : 30px;
}
#nav li a {
background-color : #6797EF;
color : white;
text-transform: lowercase;
}
#nav li a:hover {
background-color : #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment