Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
#content {
 
#content {
 +
  border-right: 1px rgb(170, 170, 170);
 
   font-family: Georgia, serif;
 
   font-family: Georgia, serif;
   width: 750px;
+
   width: 830px;
 
}
 
}
  

Revision as of 09:34, 14 July 2009

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

#content {
  border-right: 1px rgb(170, 170, 170);
  font-family: Georgia, serif;
  width: 830px;
}

#footer {
  height: 26px;
}

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

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