Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 3: Line 3:
 
#footer {
 
#footer {
 
   height: 28px;
 
   height: 28px;
 +
}
 +
 +
#footer ul {
 +
  margin-top: 1em;
 
}
 
}
  

Revision as of 08:59, 11 July 2009

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

#footer {
  height: 28px;
}

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

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