diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-21 14:13:48 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-21 14:13:48 (GMT) |
commit | bfb019efe691eb5853ae0e5251cb1ee14f2ee352 (patch) | |
tree | 403a6e29b77a2bcf39e45514f0f9d5c20540ab43 /kolab.org/www/drupal-7.15/sites/all | |
parent | 32c4e5e57c9be63ab94ed95eee0b1cda44bffe38 (diff) | |
download | kolab.org-www-bfb019efe691eb5853ae0e5251cb1ee14f2ee352.tar.gz |
cleaned up footer css
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css index bacd681..4189313 100644 --- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css @@ -151,25 +151,23 @@ pre, code, tt { * with a little margin in comes the website footer block -aligned in the * center. */ -#footer { - background: transparent url(../images/footer.png) no-repeat right center; - height: 35px; - vertical-align: middle; - padding-bottom: 12px; - } +div#footer { + background: transparent url(../images/footer.png) no-repeat right center; + height: 35px; + vertical-align: middle; + padding-bottom: 12px; + width: 70%; +} - #footer #block-block-1.block.block-block { - font-size: 9px; - color: rgb(134,134,134); - width: 50%; - padding-top: 1%; - } +div#footer div.region-footer { + font-size: 9px; + color: rgb(134,134,134); + width: 50%; + padding-top: 1%; +} - #footer address { - line-height: 0.7px; - color: #939393; - } +/* Front Page Block Views */ #block-views-planet-block, #block-views-tweets-block { |