misc prop fixes
svn: r16374
This commit is contained in:
parent
fba54e27af
commit
3d60fe640b
|
@ -122,7 +122,3 @@
|
||||||
(λ (e) else-clause)])
|
(λ (e) else-clause)])
|
||||||
(((get-prefix-dispatcher (list (list option (λ () result)) ...))
|
(((get-prefix-dispatcher (list (list option (λ () result)) ...))
|
||||||
elt)))))]))
|
elt)))))]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
body {
|
body {
|
||||||
|
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
|
|
||||||
margin-right: 10%;
|
margin-right: 10%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p { font-family: sans-serif }
|
p { font-family: sans-serif; }
|
||||||
|
|
||||||
h1 { color: green }
|
h1 { color: green; }
|
||||||
|
|
||||||
h2 { font-size: small }
|
h2 { font-size: small; }
|
||||||
|
|
||||||
span.hot { color: red }
|
span.hot { color: red; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user