improve print.css - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 555babcde8249eea662865995c5f955576c7a2a9 | |
parent 9d4b276b2b85fc874eaf45017e08082ca80ec4e0 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 26 May 2018 12:27:02 +0200 | |
improve print.css | |
Diffstat: | |
M print.css | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/print.css b/print.css | |
@@ -7,7 +7,7 @@ a:visited { | |
.hidden { | |
display: none; | |
} | |
-table { | |
+table, img { | |
border: 0; | |
} | |
table tr td { |