From a137591f04e28d387b3d76408d5e1d8238344720 Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 23 Jul 2021 13:46:24 -0700 Subject: category styling, orphaned td --- templates/index.html | 4 +++- templates/layout.html | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 6397671..294ecea 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,7 +8,9 @@ {{ range $category, $paper := .Papers.List }}[{{ $category }}] {{ end }} - + + +
Manage
Manage
{{ block "list" . }}{{ end }} diff --git a/templates/layout.html b/templates/layout.html index 131e9e4..57dc200 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -143,13 +143,18 @@ div#crane div.content { } div#crane div.cat { - font-size: 80%; + text-align: left; + padding-left: .5em; color: #555; padding-bottom: 0.5em; overflow-wrap: normal; line-height: 1.5em; } +div#crane div.cat a { + text-decoration: underline; +} + div#crane div.list { width: 100%; border: none; -- cgit v1.2.3-54-g00ecf