diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-13 21:19:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-13 21:19:16 +0000 |
commit | 6d68dd8c2ab654adfa885e859c73633905904071 (patch) | |
tree | 50f61e6be98f78da09dab608b6e65270095d2a56 /modules/dashboard | |
parent | 7610357974572da9fcff5a213527b6fbaa811b9e (diff) | |
download | brdo-6d68dd8c2ab654adfa885e859c73633905904071.tar.gz brdo-6d68dd8c2ab654adfa885e859c73633905904071.tar.bz2 |
- Patch #337947 by codycraven, cwgordon7, axyjo, Jacine, grndlvl, seutje, ksenzee, Jaza, chx, sun, JacobSingh, yoroy, peximo: fixed whitespace issue for 'recent content block' in dashboard.
Diffstat (limited to 'modules/dashboard')
-rw-r--r-- | modules/dashboard/dashboard.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css index 32f3fc0c7..8b26f0e62 100644 --- a/modules/dashboard/dashboard.css +++ b/modules/dashboard/dashboard.css @@ -153,8 +153,6 @@ #dashboard #block-node-recent tr { border: none; } - -#dashboard .list-all { - text-align: right; - margin: 0 10px 0 0; +#dashboard #block-node-recent .content { + padding: 0; } |