summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-04-28 11:10:30 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-04-28 11:10:30 +0200
commit3ae7439fd8a2f9a8b4359b00ef3b0808aa45f9d4 (patch)
treeb68e6ed9001529fb9650714ebc7d4c9bff464ad3 /data/style.css
parentca39456f4ba114cb0bbeb9c719f78bf7692c1686 (diff)
downloadcomatose-3ae7439fd8a2f9a8b4359b00ef3b0808aa45f9d4.tar.gz
comatose-3ae7439fd8a2f9a8b4359b00ef3b0808aa45f9d4.tar.bz2
comatose-3ae7439fd8a2f9a8b4359b00ef3b0808aa45f9d4.zip
Pretty popup
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;
+}
+