Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Forked from liuzhoou/v2ex-ie8.css
Created August 17, 2010 09:57
Show Gist options
  • Save huacnlee/529137 to your computer and use it in GitHub Desktop.
Save huacnlee/529137 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