MediaWiki

Difference between revisions of "Common.css"

From Beachapedia

Line 5: Line 5:
 
}
 
}
  
ul,ol {
+
ul,ol,blockquote {
 
list-style-position: inside;
 
list-style-position: inside;
 
}
 
}

Revision as of 17:09, 22 November 2010

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

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

ul,ol,blockquote {
list-style-position: inside;
}