diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-05 23:16:38 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-05 23:16:38 -0700 |
commit | 82a95233b5eec850096bae969d5dd70105c65586 (patch) | |
tree | 8cd6d9f577e50ece0782e26cdbc964d87f113d00 /css | |
parent | 1091c169df7d9ea3c68adbdd15a223efc4adb328 (diff) | |
download | e-DoKo-82a95233b5eec850096bae969d5dd70105c65586.tar.gz e-DoKo-82a95233b5eec850096bae969d5dd70105c65586.tar.bz2 e-DoKo-82a95233b5eec850096bae969d5dd70105c65586.zip |
fixed some validation errors (css/html)
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/standard.css b/css/standard.css index b6d1446..4870c4c 100644 --- a/css/standard.css +++ b/css/standard.css @@ -655,7 +655,7 @@ ul.loginregister { width: 24em; margin: 0.25em auto; margin-top: 1.0em; - padding: 0.0 em; + padding: 0.0em; padding-top:0.5em; text-align: right; z-index: 1; @@ -679,7 +679,7 @@ ul.loginregister li:hover {background-color: #aaa; } .login fieldset{ width: 24em; margin: 0.0em auto; - margin-bottom: 0.5 em; + margin-bottom: 0.5em; padding: 0.5em 0.5em 1.5em; text-align: center; } |