© 2015 X2Engine Inc.

Difference between revisions of "MediaWiki:Common.css"

From X2Engine
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #toc { float: right };")
 
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#toc { float: right };
+
#toc {
 +
    float: right;
 +
    margin-left: 20px;
 +
};

Latest revision as of 17:17, 28 July 2014

/* CSS placed here will be applied to all skins */
#toc {
    float: right;
    margin-left: 20px;
};