Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: #footer { height: 28px; } #footer img { margin-top: 6px; }')
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 
#footer {
 
#footer {
 
   height: 28px;
 
   height: 28px;

Revision as of 08:56, 11 July 2009

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

#footer {
  height: 28px;
}

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