diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-10-16 13:59:04 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-10-16 13:59:04 +0200 |
commit | 5703498008563418c4407c1608cd8cac933f96c0 (patch) | |
tree | 08611ac35a56bd9c2d01d9843a42923deb9ffa86 /data | |
parent | 48df0e50ef6743381b8483c13c51729123a83bf6 (diff) | |
download | comatose-5703498008563418c4407c1608cd8cac933f96c0.tar.gz comatose-5703498008563418c4407c1608cd8cac933f96c0.tar.bz2 comatose-5703498008563418c4407c1608cd8cac933f96c0.zip |
Upgrade bootstrap/jquery
Still needs some tweaks, the list is too noisy right now.
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/data/style.css b/data/style.css index 2b269df..e93a4e3 100644 --- a/data/style.css +++ b/data/style.css @@ -1,5 +1,9 @@ +/* for floating navbar */ +body { + padding-top: 3.5rem; +} + #protosort { - text-align: right; display: hidden; } @@ -15,17 +19,6 @@ content: ":"; } -.protocol .related ul { - list-style-type: none; - margin: 0; - padding 0; -} -.protocol .related li { - display: inline; - margin: 0; - margin-right: 1em; - padding 0; -} .filter-feature { display: hidden; } |