Tweak CSS margin
This commit is contained in:
parent
77d98ae8c1
commit
527f0a59f7
|
@ -229,8 +229,8 @@
|
||||||
(head
|
(head
|
||||||
(title "Scheme Registry")
|
(title "Scheme Registry")
|
||||||
(style ""
|
(style ""
|
||||||
"body { font-family: sans-serif; background-color: beige; }"
|
"body { font-family: sans-serif; background-color: beige;"
|
||||||
"body { max-width: 40em; }"
|
" max-width: 40em; margin: 12px; }"
|
||||||
"table { border-collapse: collapse; }"
|
"table { border-collapse: collapse; }"
|
||||||
"table, th, td { border: 1px solid black; }"
|
"table, th, td { border: 1px solid black; }"
|
||||||
"th, td { vertical-align: top; padding: 2px; }"
|
"th, td { vertical-align: top; padding: 2px; }"
|
||||||
|
|
Loading…
Reference in New Issue