Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@liuzhoou
Created August 17, 2010 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save liuzhoou/528172 to your computer and use it in GitHub Desktop.
Save liuzhoou/528172 to your computer and use it in GitHub Desktop.
/*
project: http://github.com/livid/v2ex
file: http://github.com/livid/v2ex/blob/master/static/css/desktop/style.css
*/
#Navigation {
float: right;
text-align: right;
font-size: 14px;
color: #fff;
margin-top: 14px;
line-height: 14px;
}
...
/* ie8 显示白色 */
#Navigation ul li a {
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment