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; }") |
|||
| Line 3: | Line 3: | ||
ul { | ul { | ||
list-style-position: outside; | list-style-position: outside; | ||
| + | color: red | ||
} | } | ||
Revision as of 11:06, 18 September 2013
/* CSS placed here will be applied to all skins */
ul {
list-style-position: outside;
color: red
}
