User:Banri/common.css

From [N8]
Revision as of 18:42, 8 June 2020 by Banri (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* syntaxhighlight */
div.mw-geshi {
	border: 1px dashed #007700;
	padding: 1em;
}
/* adjust tab size */
body,
.mw-highlight pre {
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
}