diff options
Diffstat (limited to 'web/html/css/containers.css')
-rw-r--r-- | web/html/css/containers.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 1f437e7..9710b03 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -185,6 +185,11 @@ {
text-align: left;
}
+ th.header
+ {
+ border-bottom: #666 1px solid;
+ vertical-align: bottom;
+ }
input,textarea,select
{
|