Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
#footer {
 
#footer {
   height: 28px;
+
   height: 26px;
 
}
 
}
  
Line 14: Line 14:
  
 
#footer img {
 
#footer img {
   margin-top: 6px;
+
   margin-top: 4px;
 
}
 
}

Revision as of 10:17, 11 July 2009

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

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

#footer {
  height: 26px;
}

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

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