From 9ee649ed7627a7531c09a3b84c56465218caeebf Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 28 Apr 2015 13:22:01 +0200 Subject: Rich-view by default Get rid of table and popup layout. --- data/style.css | 49 ++++++------------------------------------------- 1 file changed, 6 insertions(+), 43 deletions(-) (limited to 'data/style.css') diff --git a/data/style.css b/data/style.css index 41b5a9e..cc65ba2 100644 --- a/data/style.css +++ b/data/style.css @@ -1,47 +1,10 @@ -td.features ul { - list-style-type: none; - margin: 0; - padding: 0; +#protosort { + text-align: right; } -#popup { - display: none; - position: fixed; - background-color: #fff; - top: 25%; - left: 25%; - width: 50%; - padding: 2em; +.protocol dt { + font-weight: lighter; } - -#background { - display: none; - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: #000; - opacity: 0.5; -} - -.ref { - list-style-type: none; - margin: 0; - padding: 0; -} - -.ref li { - display: inline; - margin: 0; - padding: 0; +.protocol dt:after { + content: ":"; } - -.ref li:after { - content: ", "; -} - -.ref .title { - font-style: italic; -} - -- cgit v1.2.3