kolab.org/www

Torsten Grote grote at kolabsys.com
Wed Jul 4 11:42:00 CEST 2012


 kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css |   23 +++++++---
 1 file changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 02034bbbe27f97be10f92b3a5f11809450a87627
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Jul 4 11:41:03 2012 +0200

    fixed images in posts aggregated from FSFE

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 3f813df..d86fb87 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
@@ -140,11 +140,6 @@ div.body-field-wrapper {
             background: none;
         }
 
-    #content p:first-letter {
-            font-size: 1.3em;
-        }
-
-
     #content .clear-block .submitted {
             font-style: italic;
             position: relative;
@@ -384,6 +379,24 @@ ul#subnavlist
   height: 3em;
 }
 
+/* for blog posts aggregated from FSFE blogs */
+img.alignright {
+	float: right;
+	margin: 10px 0 5px 10px;
+	background-color: #F3F3F3;
+	border: 1px solid #DDDDDD;
+	border-radius: 3px 3px 3px 3px;
+	padding: 5px;
+}
+img.alignleft {
+	float: left;
+	margin: 10px 0 5px 10px;
+	background-color: #F3F3F3;
+	border: 1px solid #DDDDDD;
+	border-radius: 3px 3px 3px 3px;
+	padding: 5px;
+}
+
 .tabbed-area { margin: 0 0 120px 0; }
 .box-wrap { position: relative; min-height: 250px; }
 .tabbed-area div div { background: white; padding: 20px; min-height: 250px; position: absolute; top: -1px; left: 0; width: 100%; }





More information about the commits mailing list