Actions

MediaWiki

Difference between revisions of "Common.css"

From PROBOTIX :: wiki

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

Revision as of 12:06, 18 September 2013

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