diff options
author | eric <eric> | 2004-06-22 16:26:54 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-22 16:26:54 +0200 |
commit | 64db123697c4ce34bd9ef0c3881771627465ae6b (patch) | |
tree | 475d5b7e5bbeb91caa635b932e3067c864355f51 /web/html/css | |
parent | 63b92980c2b4ead0e27991da2c44f9293c63c48d (diff) | |
download | aur-64db123697c4ce34bd9ef0c3881771627465ae6b.tar.gz aur-64db123697c4ce34bd9ef0c3881771627465ae6b.tar.xz |
pulled out account functions into separate include file
Diffstat (limited to 'web/html/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 1f437e70..9710b039 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
{
|