Added sub tag and changed word style
Getty Ritter
9 years ago
2 changed file(s) with
2 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+1
-0
generator/telml.scm
less
more
120
120
(simple-tag 'code)
121
121
(simple-tag 'h1)
122
122
(simple-tag 'h2)
123
(list-tag 'sub)
123
124
(list-tag 'p)
124
125
(list-tag 'ul)
125
126
(list-tag 'ol)
+1
-1
generator/templates.scm
less
more
105
105
106
106
((= class word)
107
107
(position relative)
108
(padding "2px
10px 2px 10
px")
108
(padding "2px
4px 2px 4
px")
109
109
(border-radius "5px")
110
110
(color "#993366"))
111
111