Difference between revisions of "MediaWiki:Common.css"

From Chilipedia
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 
+
.mw-collapsible .mw-collapsible-toggle {
 
+
    float:left;
/* Override stupid syntax highlight colors */
+
    margin-left:0;
 
+
    margin-right:1em;
.mw-highlight pre { font-size: 90%; }
+
}

Latest revision as of 22:16, 13 October 2019

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

.mw-collapsible .mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}