User:Sandungas/vector.css

From PS3 Developer wiki
< User:Sandungas
Revision as of 16:26, 13 September 2021 by Sandungas (talk | contribs) (Created page with "→‎Prevents line wrapping inside <pre> and <syntaxhighlight> tags, and adds a scrollbar when needed: pre { white-space: pre; overflow: auto; padding: 0px; ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Prevents line wrapping inside <pre> and <syntaxhighlight> tags, and adds a scrollbar when needed */
pre {
    white-space: pre;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
}