commit f5f19f347f288e294b20e6b1fcc6dd09ddf48849
parent 6eb4ceb4eba18ca3e468399b239ba463800144f0
Author: corndog <cauchyn@firemail.cc>
Date: Sun, 25 Nov 2018 11:25:51 -0800
Add tiny vertical space between list items for
easier parsing. They got considerably more crowded
when I added links to commits.
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/in/static/style.css b/in/static/style.css
@@ -47,6 +47,14 @@ iframe {
width: 100%;
}
+li {
+ margin-top: 3px;
+}
+
+li:first-child {
+ margin-top: 0px;
+}
+
sup {
vertical-align: text-top;
}