Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created August 22, 2011 00:47
Show Gist options
  • Save knowuh/1161411 to your computer and use it in GitHub Desktop.
Save knowuh/1161411 to your computer and use it in GitHub Desktop.
body { font-family: Arial; font-size: 14px; }
dl { width: 300px; }
dl,dd { margin-left: 0; margin-top: 0px; margin-bottom: 0px;}
dt { font-size: 16px; padding: 0px; margin-top: 0px; margin-bottom: 8px; }
li { font-size: 14px;
padding: 0px;
margin-top: 0px;
margin-bottom: 8px;
margin-left: 14px;
list-style-image: url(../images/images/ul_bullet.gif);
}
dt a { color: #666666; }
dd a { color: #666666; }
p a { color: #666666; }
ul {list-style: none; padding: 0px; }
a:link {
text-decoration: none;
color: #666666;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover, a.sel {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
p { font-size: 16px; padding: 0px; margin-top: 0px; margin-bottom: 4px; }
#top_nav { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment