From e969625a693f195af938fec8a33db7f67c290385 Mon Sep 17 00:00:00 2001 From: pniedzwiedzinski Date: Thu, 21 Jan 2021 16:00:23 +0000 Subject: Deploying to gh-pages from @ 8923d7659357930c44a881fae58c5f2cab6b635c 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- print.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 print.css (limited to 'print.css') diff --git a/print.css b/print.css new file mode 100644 index 0000000..d2cba07 --- /dev/null +++ b/print.css @@ -0,0 +1,35 @@ +body { + font-family: sans-serif; + font-size: 16px; +} +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; +} -- cgit 1.4.1