summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-rw-r--r--data/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index 81b9190..41b5a9e 100644
--- a/data/style.css
+++ b/data/style.css
@@ -25,3 +25,23 @@ td.features ul {
opacity: 0.5;
}
+.ref {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+.ref li {
+ display: inline;
+ margin: 0;
+ padding: 0;
+}
+
+.ref li:after {
+ content: ", ";
+}
+
+.ref .title {
+ font-style: italic;
+}
+