MediaWiki

Difference between revisions of "Common.css"

From LRDE

(Created page with "→‎CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; }")
 
Line 2: Line 2:
   
 
body.page-Main_Page h1.firstHeading { display:none; }
 
body.page-Main_Page h1.firstHeading { display:none; }
  +
  +
table.people tr {
  +
border-bottom: 1px dotted;
  +
}

Revision as of 11:49, 25 July 2013

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

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

table.people tr {
  border-bottom: 1px dotted;
}