kolab.org/www

Torsten Grote grote at kolabsys.com
Tue Aug 21 16:14:00 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |   30 ++++------
 1 file changed, 14 insertions(+), 16 deletions(-)

New commits:
commit bfb019efe691eb5853ae0e5251cb1ee14f2ee352
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Aug 21 16:13:48 2012 +0200

    cleaned up footer css

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 {





More information about the commits mailing list