diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-06 16:39:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-06 16:39:17 +0000 |
commit | 3621d83fda22426046c6749afc7abd5fa9797c6d (patch) | |
tree | 244a0bc428f173f4c2bdce9ff132ad03b4739c89 | |
parent | 02f436b6cb560f5abf5c1d9cea79c0511bbef455 (diff) | |
download | brdo-3621d83fda22426046c6749afc7abd5fa9797c6d.tar.gz brdo-3621d83fda22426046c6749afc7abd5fa9797c6d.tar.bz2 |
- Small improvement to the padding of static nodes.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 128f8c952..02a5192d4 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -171,7 +171,7 @@ table { .static-node { background-color: #eee; border: solid 1px #ddd; - padding: 1em; + padding: 0em 1em 1em 1em; } .form-item label { font-size: 1em; |