coderoar
2011-11-01 11:20:56 +08:00
紧缩顶栏,去导航区滚动阴影,加宽主要内容区:
/* Top bar*/
#top-bar {
height: 32px;
}
#logo {
margin-top: -12px;
}
#search {
padding: 3px 0;
}
/* Subscription Button */
#lhn-add-subscription-section {
height: 32px;
}
/* Scrollable sections shadow */
#scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow {
display: none;
}
/* Subscription and starred items */
#viewer-header {
height: 32px;
}
#entries {
padding-right: 0px;
}
/* "Home", "Trends" and "Browse for stuff" */
#sections-header {
height: 32px;
}
#sections-holder {
padding-right: 0px;
}
还有导航区也需要紧缩,以后再试吧。