stagit

git site generator
Contents

style.css: improve compatibility with older browsers, namely dillo

Hiltjo Posthuma hiltjo@codemadness.org

commit: 0097769 parent: 0816f39
1 files changed, 5 insertions(+), 0 deletions(-)
Mstyle.css+5-0
M · style.css +5, -0
 1@@ -13,6 +13,10 @@ img, h1, h2 {
 2 vertical-align: middle;
 3 }
 4
 5+img {
 6+ border: 0;
 7+}
 8+
 9 a {
10 text-decoration:
none;
11 }
12@@ -69,6 +73,7 @@ td.num {
13 hr {
14 border: 0;
15 border-top: 1px
solid #777;
16+ height: 1px;
17 }
18
19 pre {