From c23338baa3cfb7f1a102dcc5c371c06b4d043cca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2011 17:43:45 -0300 Subject: Smaller powered block --- images/capitalism-kills.png | Bin 4974 -> 4071 bytes images/druplicon.png | Bin 13927 -> 11233 bytes images/earth-recycle.png | Bin 25443 -> 19232 bytes images/money-back-sticker.png | Bin 23603 -> 20461 bytes muamba.css | 2 +- muamba.module | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/capitalism-kills.png b/images/capitalism-kills.png index 5492993..f8661dc 100644 Binary files a/images/capitalism-kills.png and b/images/capitalism-kills.png differ diff --git a/images/druplicon.png b/images/druplicon.png index 765d7ab..6fab50a 100644 Binary files a/images/druplicon.png and b/images/druplicon.png differ diff --git a/images/earth-recycle.png b/images/earth-recycle.png index fab563e..989b0ca 100644 Binary files a/images/earth-recycle.png and b/images/earth-recycle.png differ diff --git a/images/money-back-sticker.png b/images/money-back-sticker.png index 9d48891..e786278 100644 Binary files a/images/money-back-sticker.png and b/images/money-back-sticker.png differ diff --git a/muamba.css b/muamba.css index 8957be6..412fcda 100644 --- a/muamba.css +++ b/muamba.css @@ -3,5 +3,5 @@ } .muamba-powered img { - padding: 10px 10px 10px 10px; + padding: 0 10px; } diff --git a/muamba.module b/muamba.module index 1a94da2..40d199f 100644 --- a/muamba.module +++ b/muamba.module @@ -96,7 +96,7 @@ function muamba_block_view($delta = '') { switch ($delta) { case 'muamba_powered': - $block['subject'] = t("You're welcome"); + $block['subject'] = NULL; $block['content'] = theme('muamba_powered'); break; -- cgit v1.2.3