Hide the upper part of blogger dot com

From LemonWiki共筆
Revision as of 11:49, 21 June 2009 by WikiSysop (talk | contribs) (1個修訂)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

modify the main css

  • 縮少上方邊界
body #header {margin-top:10px;}
  • 隱藏上方功能列

#b-navbar 
  {
  display:none;
  }


#b-navbar a img 
  {
    display:none;
  }