improve print stylesheet - static-site-scripts - static site generator shellscripts
 (HTM) git clone git://git.codemadness.org/static-site-scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 529ef6166656b8a5021cffdd9b9f73741203d2b4
 (DIR) parent a6b652c8cb43de366300bbcf3c004278bcea8a8e
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  2 Mar 2014 12:33:16 +0100
       
       improve print stylesheet
       
       Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
       
       Diffstat:
         M output/print.css                    |      25 +++++++++++++++++++------
       
       1 file changed, 19 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/output/print.css b/output/print.css
       @@ -1,9 +1,22 @@
       -body {
       -        text-align: left;
       +table {
       +        border: 0;
        }
       -#menuwrap {
       -        display: none;
       +h1, h1 a, h1 a:visited,
       +h2, h2 a, h2 a:visited,
       +h3, h3 a, h3 a:visited,
       +h1 a:hover, h2 a:hover, h3 a:hover {
       +        color: inherit;
       +        text-decoration: none;
       +}
       +table tr td {
       +        padding: 2px 10px 2px 0px;
        }
       -#menu, #main {
       -        margin: 0;
       +pre {
       +        border: 1px dashed #777;
       +        padding: 5px;
       +        overflow-x: auto;
       +}
       +#menuwrap,
       +.hidden {
       +        display: none;
        }