diff options
author | Jordan <me@jordan.im> | 2021-11-19 12:04:24 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-11-19 12:04:24 -0700 |
commit | 8401a6bdeec321920550f813a1c7843ed6e66a44 (patch) | |
tree | 48ebf98de193c02a15a7b8fd35e522f5328ebf36 | |
parent | 8f9fada18c761586cd431efa7ba359e3dab1e468 (diff) | |
download | crane-8401a6bdeec321920550f813a1c7843ed6e66a44.tar.gz crane-8401a6bdeec321920550f813a1c7843ed6e66a44.zip |
table.tabs sans-serif/size
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 003858d..b9449b6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -124,6 +124,8 @@ div#crane table#header td.sub { } div#crane table.tabs { + font-family: sans-serif; + font-size: 90%; border-bottom: solid 2px #ccc; border-collapse: nowrap; margin-top: 1em; |