kolab.org/www

Torsten Grote grote at kolabsys.com
Wed Jun 20 10:05:09 CEST 2012


 kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 998f44f6f37a79fdb93b017a2471e6a5890e3622
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Jun 20 10:04:49 2012 +0200

    fixed css of matrixes

diff --git a/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css
index bcf93fb..01f76e7 100644
--- a/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css
+++ b/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css
@@ -277,9 +277,10 @@ ul.help-matrix {
 
 ul.help-matrix > li
 {
-  float: left;
   margin: 10px 10px;
   width: 46%;
+  display: inline-block;
+  vertical-align: top;
 }
 
 ul.help-matrix > li p
@@ -295,9 +296,10 @@ ul.community-matrix {
 
 ul.community-matrix > li
 {
-  float: left;
   margin: 10px 10px;
   width: 46%;
+  display: inline-block;
+  vertical-align: top;
 }
 
 ul.community-matrix > li p





More information about the commits mailing list