Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
Line 16: Line 16:
  
 
#content {
 
#content {
   border-style: 1px solid #aaaaaa;
+
   border: 1px solid #aaaaaa;
 
}
 
}

Revision as of 23:31, 9 August 2007

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

body {
   background: #e6e9ed;
}

/* remove the logo */
#p-logo {
   display: none;
}

/* change padding to move left column up */
#column-one {
   padding-top: 3em;
}

#content {
   border: 1px solid #aaaaaa;
}