diff options
author | Jordan <me@jordan.im> | 2021-11-04 00:31:18 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-11-04 00:31:18 -0700 |
commit | 9e4eb63a6a90cdeba92c88e72a559024e1774e23 (patch) | |
tree | 6d2fe9a89d20407407a56d59818ad01b74729397 /templates/layout.html | |
parent | eaca76acf4b013d744088adf94b28c8df57a14c1 (diff) | |
download | crane-9e4eb63a6a90cdeba92c88e72a559024e1774e23.tar.gz crane-9e4eb63a6a90cdeba92c88e72a559024e1774e23.zip |
styling: between-paper breaks, bullets
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/templates/layout.html b/templates/layout.html index e70c260..02549bd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -32,6 +32,12 @@ div#crane { border-radius: 2px; } +div#crane ul { + list-style: square; + padding-left: 1.5em; + padding-right: .5em; +} + div#crane a { color: #000; text-decoration: none; @@ -145,8 +151,6 @@ div#crane table.tabs td.form form { div#crane div.content { margin-top: 1em; - padding-bottom: 1em; - border-bottom: solid 2px #ccc; } div#crane div.cat { @@ -175,13 +179,6 @@ div#crane div.content div.action { padding-bottom: 1em; } -div#crane div.list div.paper { - padding-top: 0.5em; - padding-bottom: 0.5em; - padding-left: 10px; - padding-right: 10px; -} - div#crane div.list span.authors { font-size: 80%; color: #900; @@ -215,15 +212,17 @@ div#crane div.list span.title a { div#crane div.list div.papersection { font-weight: bold; padding-top: 0.5em; - padding-bottom: 0.5em; color: black; } +div#crane hr { + border: solid 1px #ccc; +} + div#crane div.footer { margin-top: 0.5em; text-align: center; font-size: 80%; - color: #ccc; } div#crane div.footer a { |