Skip to content

Instantly share code, notes, and snippets.

@studiomohawk
Created September 4, 2010 02:47
Show Gist options
  • Save studiomohawk/564847 to your computer and use it in GitHub Desktop.
Save studiomohawk/564847 to your computer and use it in GitHub Desktop.
.the_footer {
background-color: #363636;
margin-top: 52px;
padding: 30px; }
.the_footer h4 {
font-size:1.23077em;
padding: 0 0 30px 0; }
.the_footer ul { border-top: 1px solid #505050; }
.the_footer ul li a {
display: block;
border-bottom: 1px solid #505050;
padding: 3px 0;
cursor: pointer; }
.the_footer ul li a:before { content: ' ■ '; }
.the_footer ul li a:link {}
.the_footer ul li a:visited { background-color: #313131;}
.the_footer ul li a:hover { background-color: #424242; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment