Hide the upper part of blogger dot com

From LemonWiki共筆
Revision as of 13:12, 29 March 2006 by Planetoid (talk | contribs)
(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;
  }