MediaWiki

Difference between revisions of "Common.css"

From LRDE

Line 3: Line 3:
 
body.page-Main_Page h1.firstHeading { display:none; }
 
body.page-Main_Page h1.firstHeading { display:none; }
   
  +
table.people {
  +
cellspacing: 5px;
  +
}
 
table.people td {
 
table.people td {
 
border-bottom: 1px grey dashed;
 
border-bottom: 1px grey dashed;

Revision as of 11:51, 25 July 2013

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

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

table.people {
  cellspacing: 5px;
}
table.people td {
  border-bottom: 1px grey dashed;
}