diff options
Diffstat (limited to 'www/themes/htmx-theme/static/css/site.css')
-rw-r--r-- | www/themes/htmx-theme/static/css/site.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/themes/htmx-theme/static/css/site.css b/www/themes/htmx-theme/static/css/site.css index cf7b42df..4cd33299 100644 --- a/www/themes/htmx-theme/static/css/site.css +++ b/www/themes/htmx-theme/static/css/site.css @@ -392,6 +392,12 @@ th { border-bottom: 2px solid #eee; } +tbody > tr > th[scope="rowgroup"] { + font-style: italic; + text-align: center; + border-bottom: 1px solid #eee; +} + .btn { padding: 1em; letter-spacing: .1em; |