Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body {
+
#content {
 
   font-family: Georgia;
 
   font-family: Georgia;
 
}
 
}

Revision as of 09:38, 11 July 2009

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

#content {
  font-family: Georgia;
}

#footer {
  height: 28px;
}

#footer ul {
  margin-top: 1em;
}

#footer img {
  margin-top: 6px;
}