diff options
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 7cc0e6f..b18b42e 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -157,3 +157,8 @@ summary h3 { .search form input[type="text"] { width: max(10em, 40%); } + +td, +th { + border: 1px solid gray; +} |