stagit

static git page generator  https://git.ce9e.org
git clone https://git.ce9e.org/stagit.git

commit
67a862df28c21d893def371780bcee59f13e26f8
parent
fd3a542c94ae54c6730084f2095f3c329a70c51f
Author
Hiltjo Posthuma <hiltjo@codemadness.org>
Date
2018-01-20 12:18
style.css: improve compatibility with older browsers, namely dillo

Diffstat

M style.css 5 +++++

1 files changed, 5 insertions, 0 deletions


diff --git a/style.css b/style.css

@@ -13,6 +13,10 @@ img, h1, h2 {
   13    13 	vertical-align: middle;
   14    14 }
   15    15 
   -1    16 img {
   -1    17 	border: 0;
   -1    18 }
   -1    19 
   16    20 a {
   17    21 	text-decoration: none;
   18    22 }
@@ -69,6 +73,7 @@ td.num {
   69    73 hr {
   70    74 	border: 0;
   71    75 	border-top: 1px solid #777;
   -1    76 	height: 1px;
   72    77 }
   73    78 
   74    79 pre {