Actions

MediaWiki

Difference between revisions of "Common.css"

From PROBOTIX :: wiki

Line 5: Line 5:
 
li
 
li
 
{
 
{
     list-style-position: outside;
+
     list-style-position: inside;
 
}
 
}
 
h2
 
h2

Revision as of 13:05, 18 September 2013

/* CSS placed here will be applied to all skins */

/*body { background-color: #EFEFEF;}*/

li
{
    list-style-position: inside;
}
h2
{
    font-weight: bold;
}