Added table CSS
Getty Ritter
8 years ago
1 changed file(s) with
5 addition(s)
and
0 deletion(s)
.
Collapse all
Expand all
+5
-0
generator/templates.scm
less
more
51
51
52
52
(a:visited
53
53
(color "#104070"))
54
55
((&& table td th)
56
(padding 5px)
57
(border "1px solid black")
58
(border-collapse collapse))
54
59
55
60
((= class all)
56
61
(width 800px)