Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
(New page: * CSS placed here will be applied to all skins: body { background: #e6e9ed; })
 
Line 3: Line 3:
 
body {
 
body {
 
   background: #e6e9ed;
 
   background: #e6e9ed;
 +
}
 +
 +
#p-logo {
 +
  display: none;
 
}
 
}

Revision as of 14:10, 27 July 2007

/** CSS placed here will be applied to all skins */

body {
   background: #e6e9ed;
}

#p-logo {
   display: none;
}