Difference between revisions of "Common.css"
From PROBOTIX :: wiki
| Line 3: | Line 3: | ||
{ | { | ||
list-style-position: outside; | list-style-position: outside; | ||
| − | |||
} | } | ||
Revision as of 11:07, 18 September 2013
/* CSS placed here will be applied to all skins */
ul
{
list-style-position: outside;
}
