MediaWiki

Difference between revisions of "Common.css"

From LRDE

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

Revision as of 11:50, 25 July 2013

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

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

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