From 12be535945cbfbf0aa8ca149348b0eb683a23d5b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 22 Feb 2019 20:31:27 +0100 Subject: Add a way to display the supported fileformats --- static/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 5f854a4..0d78cbd 100644 --- a/static/style.css +++ b/static/style.css @@ -39,3 +39,21 @@ a { a:hover { text-decoration: underline; } + +li { + margin-bottom: 0; +} + +details > summary:before { + content: "▶ "; +} +details[open] > summary:before { + content: "▼ "; +} + +.fakelink { + color: #1EAEDB; +} +.fakelink:hover { + text-decoration: underline; +} -- cgit v1.3