MediaWiki

Difference between revisions of "Common.css"

From Beachapedia

(Created page with '→‎CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display: none; }')
 
Line 3: Line 3:
 
body.page-Main_Page h1.firstHeading {
 
body.page-Main_Page h1.firstHeading {
 
     display: none;
 
     display: none;
 +
}
 +
 +
ul {
 +
 +
list-style-position: inside;
 
}
 
}

Revision as of 16:23, 22 November 2010

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

body.page-Main_Page h1.firstHeading {
    display: none;
}

ul {

list-style-position: inside;
}