Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
#bodyContent {
 
#bodyContent {
   font-size: 110%;
+
   font-size: 120%;
 
}
 
}
  

Revision as of 14:16, 17 July 2009

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

#content {
  font-family: Georgia, serif;
}

#bodyContent {
  font-size: 120%;
}

#footer {
  height: 26px;
}

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

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