Actions

MediaWiki

Difference between revisions of "Common.css"

From PROBOTIX :: wiki

Line 3: Line 3:
 
/*body { background-color: #EFEFEF;}*/
 
/*body { background-color: #EFEFEF;}*/
  
ul
+
li
 
{
 
{
 
     list-style-position: outside;
 
     list-style-position: outside;

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: outside;
}
h2
{
    font-weight: bold;
}