Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
#footer ul {
 
#footer ul {
   margin-top: 1em;
+
   margin-top: 0.8em;
 
}
 
}
  

Revision as of 10:19, 11 July 2009

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

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

#footer {
  height: 26px;
}

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

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