Actions

MediaWiki

Difference between revisions of "Common.css"

From PROBOTIX :: wiki

Line 3: Line 3:
 
{
 
{
 
     list-style-position: outside;
 
     list-style-position: outside;
 +
    white-space: normal;
 
}
 
}
 
h2
 
h2

Revision as of 12:10, 18 September 2013

/* CSS placed here will be applied to all skins */
ul
{
    list-style-position: outside;
    white-space: normal;
}
h2
{
    font-weight: bold;
}