Created
November 5, 2012 08:17
-
-
Save liluo/4015981 to your computer and use it in GitHub Desktop.
去除豆瓣导航黑条背景
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var navBgc = $($('.nav-wrap')[0].parentNode).css('background-color'); | |
$('#db-global-nav').css('background', navBgc); | |
$('#db-global-nav ul li a').css('color', '#566D5E'); | |
$('#db-global-nav ul li.on a').css({'color': '#219A44', 'font-weight': 800}); | |
$('#db-global-nav .bd').css({'width': 960, 'margin': 'auto'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment