summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
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;
+}