MediaWiki

Difference between revisions of "Common.css"

From LRDE

Line 8: Line 8:
 
table.people td {
 
table.people td {
 
border-bottom: 1px grey dashed;
 
border-bottom: 1px grey dashed;
padding: 4px;
+
padding-top: 4px;
  +
padding-left: 4px;
  +
padding-right: 4px;
  +
padding-bottom: 0px;
 
}
 
}

Revision as of 11:55, 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-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
}