User:Rigel Kent/mobile.css
Revision as of 07:11, 1 December 2015 by Rigel Kent (talk | contribs)
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 {
margin:0;
overflow-x:hidden;
list-style-type:none;
}
.inline-list li {
display:inline;
margin:0 0.62em 0 0;
white-space:nowrap;
}
.inline-list li + li {
margin-left:-0.62em;
}
.inline-list li + li:before {
white-space:normal;
content:"\20•\a0";
}