User:Rigel Kent/mobile.css

From Dragon Quest Wiki
Revision as of 04:04, 1 December 2015 by Rigel Kent (talk | contribs) (Created page with "→‎Inline list styles for Minerva skin: .content .inline-list, .inline-list ul, .inline-list ol, .content .comma-list, .comma-list ul, .comma-list ol { margin:0; whi...")
(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.
/* Inline list styles for Minerva skin */
.content .inline-list, .inline-list ul, .inline-list ol,
.content .comma-list, .comma-list ul, .comma-list ol {
    margin:0;
    white-space:nowrap;
    list-style-type:none;
}
.inline-list li, .comma-list li {
    display:inline;
    margin:0;
}
.inline-list li + li:before {
    white-space:normal;
    content:"\a0•\20";
}
.comma-list li + li:before {
    white-space:normal;
    content:",\20";
}