commit 529ef6166656b8a5021cffdd9b9f73741203d2b4
parent a6b652c8cb43de366300bbcf3c004278bcea8a8e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 2 Mar 2014 12:33:16 +0100
improve print stylesheet
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 19 insertions(+), 6 deletions(-)
diff --git a/output/print.css b/output/print.css
@@ -1,9 +1,22 @@
-body {
- text-align: left;
+table {
+ border: 0;
}
-#menuwrap {
- display: none;
+h1, h1 a, h1 a:visited,
+h2, h2 a, h2 a:visited,
+h3, h3 a, h3 a:visited,
+h1 a:hover, h2 a:hover, h3 a:hover {
+ color: inherit;
+ text-decoration: none;
+}
+table tr td {
+ padding: 2px 10px 2px 0px;
}
-#menu, #main {
- margin: 0;
+pre {
+ border: 1px dashed #777;
+ padding: 5px;
+ overflow-x: auto;
+}
+#menuwrap,
+.hidden {
+ display: none;
}