Actions

MediaWiki

Difference between revisions of "Common.css"

From PROBOTIX :: wiki

Line 4: Line 4:
 
ul
 
ul
 
{
 
{
     list-style-position: outside;
+
     list-style-position: inside;
 
     white-space: normal;
 
     white-space: normal;
 
}
 
}

Revision as of 12:17, 18 September 2013

/* CSS placed here will be applied to all skins */
body { background-color: #DDDDDD;}

ul
{
    list-style-position: inside;
    white-space: normal;
}
h2
{
    font-weight: bold;
}