print.css - 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
       ---
       print.css (325B)
       ---
            1 table {
            2         border: 0;
            3 }
            4 h1, h1 a, h1 a:visited,
            5 h2, h2 a, h2 a:visited,
            6 h3, h3 a, h3 a:visited,
            7 h1 a:hover, h2 a:hover, h3 a:hover {
            8         color: inherit;
            9         text-decoration: none;
           10 }
           11 table tr td {
           12         padding: 2px 10px 2px 0px;
           13 }
           14 pre {
           15         border: 1px dashed #777;
           16         padding: 5px;
           17         overflow-x: auto;
           18 }
           19 #menuwrap,
           20 .hidden {
           21         display: none;
           22 }