For the latest updates, send a blank email to our SUBSCRIPTION ADDRESS
HEADLINES | CLASSIFIED | SPORTS | FORUM | BUSINESS | ENTERTAINMENT
Vol. 1, Issue 9
The News Organ of Liberty City
Thursday October 18th, 2001
Seplogo.gif
" Yesterday's News Today "

MediaWiki:Vector.css: Difference between revisions

From Liberty Tree
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #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 */


#siteNotice {
#siteNotice, #p-logo {
   display: none;
   display: none;
}
}

Revision as of 15:05, 11 May 2019

/* CSS placed here will affect users of the Vector skin */

#siteNotice, #p-logo {
  display: none;
}