summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-10 15:23:14 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-10 15:23:14 +0200
commit5674b4f788b88c0d69c48b78eab6abf1b2ccb8ff (patch)
tree03d9ed7a9f4c9e7fa1560ad1362a0f7a6626c589 /index.css
parentb8a00780d8949d5211e982a41962f3b0549b5113 (diff)
downloadvortrag-knn-5674b4f788b88c0d69c48b78eab6abf1b2ccb8ff.tar.gz
vortrag-knn-5674b4f788b88c0d69c48b78eab6abf1b2ccb8ff.zip
add sources; layout
Diffstat (limited to 'index.css')
-rw-r--r--index.css13
1 files changed, 12 insertions, 1 deletions
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;
+}