diff options
Diffstat (limited to 'web/html/css/containers.css')
-rw-r--r-- | web/html/css/containers.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/css/containers.css b/web/html/css/containers.css index db5bd0a..237950f 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -161,6 +161,9 @@ th.header { border-bottom: #666 1px solid; vertical-align: bottom; } +fieldset { + border: none; +} input, textarea, select { |