Merge pull request #1554 from trustable-code/devel

Fixed missing color definion
This commit is contained in:
Andreas Rumpf
2014-10-05 00:34:09 +02:00

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 }