MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 12: Line 12:


And all of it was because I wanted to add collapsible capability to some long code blocks on the WRT Article I was working on.  And I never got to the forking MariaDB fine tuning stuff because of it.  And next I get to do this on the RSS Wiki.
And all of it was because I wanted to add collapsible capability to some long code blocks on the WRT Article I was working on.  And I never got to the forking MariaDB fine tuning stuff because of it.  And next I get to do this on the RSS Wiki.
*/
/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */
.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}