diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 11:01:54 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 11:01:54 +0200 |
commit | a2618d9d5c488c6b20208227b04800df1a09e211 (patch) | |
tree | 63ba2c384a3ec99f0b920cbfbb5f634027af99d1 /data | |
parent | 2da0a83cf927b11609dcaafa03312f34e594f2b5 (diff) | |
download | comatose-a2618d9d5c488c6b20208227b04800df1a09e211.tar.gz comatose-a2618d9d5c488c6b20208227b04800df1a09e211.tar.bz2 comatose-a2618d9d5c488c6b20208227b04800df1a09e211.zip |
Show related field
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |