Difference between revisions of "MediaWiki:Common.css"

From RaysBB
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
wikitable-right {
+
table.rightside {
 
     float: right;
 
     float: right;
 
     clear: right;
 
     clear: right;
 +
    margin: 0.5em;
 
}
 
}

Revision as of 21:43, 12 May 2011

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

table.rightside {
     float: right;
     clear: right;
     margin: 0.5em;
}