MediaWiki

Difference between revisions of "Common.css"

From Beachapedia

Line 6: Line 6:
  
 
ul {
 
ul {
 
 
list-style-position: inside;
 
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;
}