Fixed missing color definion

This commit is contained in:
Simon Krauter
2014-10-05 00:26:22 +02:00
parent c17c8e9afa
commit 3df37a7923

View File

@@ -16,6 +16,11 @@ customize this style sheet.
Andreas Rumpf
*/
body {
color: black;
background: white;
}
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }