Difference between revisions of "MediaWiki:Common.css"

From RaysBB
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: table.wikitable-right { float: right; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
table.wikitable-right {
+
wikitable-right {
 
     float: right;
 
     float: right;
 
}
 
}

Revision as of 21:25, 12 May 2011

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

wikitable-right {
     float: right;
}