MediaWiki:Common.css
From yidtravel
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* */
#containerspecail {
width: 100%;
margin: 1px;
margin-left: auto;
margin-right: auto;
padding: 1px;
}
.columnsspecial {
padding: 10px;
-moz-column-count: 2;
-moz-column-gap: 4px;
-moz-column-rule: 0px double #666;
-webkit-column-count: 2;
-webkit-column-gap: 4px;
-webkit-column-rule: 0px double #666;
column-count: 2;
column-gap: 4px;
column-rule: 0px double #666;
} */