From 3ae7439fd8a2f9a8b4359b00ef3b0808aa45f9d4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 28 Apr 2015 11:10:30 +0200 Subject: Pretty popup --- data/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'data/style.css') 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; +} + -- cgit v1.2.3