From a2618d9d5c488c6b20208227b04800df1a09e211 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 4 May 2015 11:01:54 +0200 Subject: Show related field --- data/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data') diff --git a/data/style.css b/data/style.css index 41b24dd..5172d25 100644 --- a/data/style.css +++ b/data/style.css @@ -9,3 +9,15 @@ .protocol dt:after { content: ":"; } + +.protocol .related ul { + list-style-type: none; + margin: 0; + padding 0; +} +.protocol .related li { + display: inline; + margin: 0; + margin-right: 1em; + padding 0; +} -- cgit v1.2.3