diff options
author | francis <francis> | 2008-03-14 10:20:13 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-14 10:20:13 +0000 |
commit | 29bc26f5feddcd72cddc8d7b2fcb9e4eeba19736 (patch) | |
tree | 880700cf3d345959dfc0bbc664ed9b4d796145c3 | |
parent | d30ea434e0aff3e9f0288dd3cc7f8b9ba17eed5d (diff) |
Put padding on form rather than table.
-rw-r--r-- | public/stylesheets/admin.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index f4cbcd6a9..2b11ff278 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1,7 +1,6 @@ /* FOIFA admin CSS */ table { - margin-top: 1em; border-collapse: collapse; } @@ -24,3 +23,7 @@ tr.even { font-weight: bold; } +form { + margin-bottom: 1em; +} + |