MediaWiki:Vector.css: Difference between revisions

From Halachipedia
(Created page with "→‎CSS placed here will affect users of the Vector skin: body.page-Main_Page #siteNotice { display:none; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page #siteNotice {
body.page-Main_Page #siteNotice {
      display:none;
}
body.page-Main_Page #contentSub {
       display:none;
       display:none;
}
}

Revision as of 21:25, 3 September 2013

/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page #siteNotice {
      display:none;
}
body.page-Main_Page #contentSub {
      display:none;
}