diff options
author | pjmattal <pjmattal> | 2005-04-22 04:04:49 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-22 04:04:49 +0000 |
commit | 544a6f58f775c00cd73a795457fcd7ce9df0f9fc (patch) | |
tree | f190231aef10c17bf635aabd6cb8496475e794e9 /web/html | |
parent | 7246c45eb391d144ece17f27bd7f026fa64ca2de (diff) | |
download | aurweb-544a6f58f775c00cd73a795457fcd7ce9df0f9fc.tar.xz |
applied simo's spacing bug fix; closes #2576
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/containers.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 9710b03..0b355e5 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -167,13 +167,13 @@ {
background-color: #eee;
vertical-align: top;
- padding-left: 5;
+ padding-left: .3em;
}
td.data2
{
background-color: #ddd;
vertical-align: top;
- padding-left: 5;
+ padding-left: .3em;
}
td.text
{
|