diff options
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r-- | public/stylesheets/admin.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index d35851b3b..114643fdb 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1,7 +1,13 @@ /* FOIFA admin CSS */ +h2 { + margin-top: 0.2em; + margin-bottom: 0.5em; +} + table { border-collapse: collapse; + margin-bottom: 1em; } td, th { @@ -41,7 +47,7 @@ form { float: right; width: 25%; } -#tag_help, h2 { +#tag_help { margin-top: 0; } |