Hide the upper part of blogger dot com: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (1個修訂) |
(No difference)
| |
Latest revision as of 11:49, 21 June 2009
modify the main css
- 縮少上方邊界
body #header {margin-top:10px;}
- 隱藏上方功能列
#b-navbar
{
display:none;
}
#b-navbar a img
{
display:none;
}