diff options
author | pniedzwiedzinski <pniedzwiedzinski19@gmail.com> | 2021-01-21 16:00:23 +0000 |
---|---|---|
committer | pniedzwiedzinski <pniedzwiedzinski19@gmail.com> | 2021-01-21 16:00:23 +0000 |
commit | e969625a693f195af938fec8a33db7f67c290385 (patch) | |
tree | 0cd4e9c938c9dc394640d81af906a8fb229a076e /print.css | |
parent | 89bfafea48d9b7eea867f5d8e9cd4434e4728dc4 (diff) | |
download | low-puszcza-e969625a693f195af938fec8a33db7f67c290385.tar.gz low-puszcza-e969625a693f195af938fec8a33db7f67c290385.zip |
Deploying to gh-pages from @ 8923d7659357930c44a881fae58c5f2cab6b635c 🚀
Diffstat (limited to 'print.css')
-rw-r--r-- | print.css | 35 |
1 files changed, 35 insertions, 0 deletions
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; +} |