Skip to content

Instantly share code, notes, and snippets.

@dadarek
Created June 13, 2012 00:49
Show Gist options
  • Save dadarek/2921086 to your computer and use it in GitHub Desktop.
Save dadarek/2921086 to your computer and use it in GitHub Desktop.
div.nav_menu a,
div.nav_menu a:link,
div.nav_menu a:visited {
color: #fff;
text-decoration:none;
font-size:15px;
margin:0 24px 0 0; font-family: Arial, Verdana, Sans-Serif;
}
div.nav_menu a:hover,
div.nav_menu a:active {
color: #abbbdc;
text-decoration: none;
}
div.nav_menu a.there,
div.nav_menu a.there:link,
div.nav_menu a.there:visited {
color: #abbbdc;
text-decoration:none;
font-size:15px;
margin:0 24px 0 0;
font-family: Arial, Verdana, Sans-Serif;
}
div.nav_menu a.there:hover {
color: #abbbdc;
text-decoration: none;
}
div.nav_menu a.there:active {
color: #abbbdc;
text-decoration: none;
}
div.nav_menu a,
div.nav_menu a:link,
div.nav_menu a:visited {
color: #fff;
text-decoration:none;
font-size:15px;
margin:0 24px 0 0;
font-family: Arial, Verdana, Sans-Serif;
}
div.nav_menu a:hover,
div.nav_menu a:active,
div.nav_menu a.there, {
color: #abbbdc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment