summary refs log tree commit diff
path: root/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'print.css')
-rw-r--r--print.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/print.css b/print.css
new file mode 100644
index 0000000..c032e9f
--- /dev/null
+++ b/print.css
@@ -0,0 +1,31 @@
+a,
+a:visited {
+	color: inherit;
+	text-decoration: none;
+}
+/* HTML5 semantic tags: some (older) browsers display this inline by default */
+article, figcaption, figure, header, main {
+	display: block;
+}
+/* hide navigation menus when printing */
+nav,
+#menuwrap,
+.hidden {
+	display: none;
+}
+table, img {
+	border: 0;
+}
+table tr td {
+	padding: 2px 10px 2px 0px;
+}
+pre {
+	margin: 0;
+}
+code {
+	border: 3px solid #aaa;
+	display: block;
+	overflow-x: auto;
+	padding: 5px;
+	word-wrap: normal;
+}