Difference between revisions of "MediaWiki:Common.css"
| Line 12: | Line 12: | ||
.mw-collapsible-toggle { | .mw-collapsible-toggle { | ||
display:inline-block; | display:inline-block; | ||
| − | float:none; | + | float:none !important; |
} | } | ||
Revision as of 09:16, 19 July 2017
# Style for bash scripts: pre tags with class "bash"
pre.bash {
background-color: black;
color: grey;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.image200px img { width: 200px; }
.image300px img { width: 300px; }
.image400px img { width: 400px; }
.mw-collapsible-toggle {
display:inline-block;
float:none !important;
}