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 tr {
+
table.people td {
border-bottom: 1px dotted;
+
border-bottom: 1px grey dotted;
 
}
 
}

Revision as of 10:49, 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 dotted;
}