MediaWiki

Difference between revisions of "Common.css"

From LRDE

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
   
  +
/* Remove Main page title */
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;
  +
padding: 4px;
 
}
 
}

Revision as of 11:54, 25 July 2013

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

/* Remove Main page title */
body.page-Main_Page h1.firstHeading {
  display:none;
}

table.people td {
  border-bottom: 1px grey dashed;
  padding: 4px;
}