MediaWiki talk:Common.css

From RepRap
Jump to: navigation, search

To make "nicer" tables possible could an admin please insert the following css-code into page MediaWiki:Common.css:

.wikitable,
.prettytable {
 margin: 1em 1em 1em 0;
 background: #f9f9f9;
 border: 1px #AAA solid;
 border-collapse: collapse;
 empty-cells:show;
}

.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
 border: 1px #AAA solid;
 padding: 0.3em;
}

.wikitable caption,
.prettytable caption {
 font-weight: bold;
}

Thanks in advance, --Rhododendronbusch 10:25, 6 May 2010 (UTC)

Thanks for the tip, that looks much nicer :)
--TheOtherRob 04:55, 7 May 2010 (UTC)