print stylesheet: minor code-style change - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bbfea123b1a0287a760e160df16a3cdcefdece17
 (DIR) parent e1ce3e92ca9b11c0815a6242bbd538e1c1fe1ddc
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu,  8 Jul 2021 22:33:07 +0200
       
       print stylesheet: minor code-style change
       
       Diffstat:
         M print.css                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/print.css b/print.css
       @@ -13,7 +13,7 @@ nav,
        .hidden {
                display: none;
        }
       -#main, table, img {
       +table, img, #main {
                border: 0;
        }
        table tr td {