diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-07 14:03:10 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-07 14:03:10 -0700 |
commit | 322422e785199b7f0f26b987525bba8843692fb5 (patch) | |
tree | 642af151ac566d15addf209055f093939b2d1e0d /themes | |
parent | e300ede3d8311bf236594480355f710b39aaa451 (diff) |
Remove borders and padding on blocks in the content area to clean things up in the admin views a bit.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 3342bd83..6b4a0b4e 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -146,6 +146,11 @@ th { margin-top: 1em; } +#g-content .g-block { + border: none; + padding: 0; +} + #g-sidebar .g-block-content { padding: 0; } |