Actions

MediaWiki

Difference between revisions of "Common.css"

From PROBOTIX :: wiki

(Created page with "CSS placed here will be applied to all skins: ul { list-style-position: outside; }")
(No difference)

Revision as of 12:05, 18 September 2013

/* CSS placed here will be applied to all skins */

ul {
    list-style-position: outside;
}