From 5674b4f788b88c0d69c48b78eab6abf1b2ccb8ff Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Apr 2016 15:23:14 +0200 Subject: add sources; layout --- index.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'index.css') diff --git a/index.css b/index.css index e4d2096..55c47f5 100644 --- a/index.css +++ b/index.css @@ -2,6 +2,7 @@ h1, h2, h3, h4, h5, h6 { text-align: center; color: #222; line-height: 90%; + margin: 0.5em 0; } body { @@ -55,7 +56,6 @@ table.center { .highlight { background-color: #82B1FF; } -} .hidden { display: none; @@ -75,3 +75,14 @@ table.center { opacity: 1; cursor: pointer; } + +.sources-list ul, .sources-list p { + margin-top: 0; + margin-bottom: 0; +} +.sources-list p { + font-style: italic; +} +.sources-list { + margin: 1em; +} -- cgit v1.3.1