diff options
-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; |