diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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; +} |
