MediaWiki

Difference between revisions of "Common.css"

From LRDE

Line 6: Line 6:
 
}
 
}
   
  +
table.people {
  +
padding-left: 10px;
  +
}
 
table.people td {
 
table.people td {
 
border-bottom: 1px grey dashed;
 
border-bottom: 1px grey dashed;

Revision as of 10:58, 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 {
  padding-left: 10px;
}
table.people td {
  border-bottom: 1px grey dashed;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
}