Actions

MediaWiki

Difference between revisions of "Common.css"

From PROBOTIX :: wiki

Line 3: Line 3:
 
{
 
{
 
     list-style-position: outside;
 
     list-style-position: outside;
    color: red
 
 
}
 
}

Revision as of 12:07, 18 September 2013

/* CSS placed here will be applied to all skins */
ul
{
    list-style-position: outside;
}