diff options
author | Jordan <me@jordan.im> | 2021-07-23 13:46:24 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-07-23 13:46:24 -0700 |
commit | a137591f04e28d387b3d76408d5e1d8238344720 (patch) | |
tree | 819bf640be1fafcd1af2f12ec65c46a54e0df330 /templates/layout.html | |
parent | e0d9f4984e9b0b6aab4e9cff24a436bda9a3e317 (diff) | |
download | crane-a137591f04e28d387b3d76408d5e1d8238344720.tar.gz crane-a137591f04e28d387b3d76408d5e1d8238344720.zip |
category styling, orphaned td
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 7 |
1 files changed, 6 insertions, 1 deletions
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; |