kolab.org/www

Torsten Grote grote at kolabsys.com
Tue Aug 14 12:39:06 CEST 2012


 kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css |   47 ++++------
 1 file changed, 20 insertions(+), 27 deletions(-)

New commits:
commit eb328b7075022908c3e7913a4b2a9a058e247fe8
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Aug 14 12:38:50 2012 +0200

    add css for submitted area

diff --git a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css
index c982cb5..8988ce2 100644
--- a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css
+++ b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css
@@ -110,42 +110,35 @@ div.body-field-wrapper {
 	width: 100%;
 }
 
-.content {
-        padding-bottom: 10px;
-        margin-bottom: 10px;
-        padding-top: 1em;
-        background: transparent url(../images/line.png) no-repeat bottom center;
-}
-
 #content-sidebar {
     width: 250px;
 }
 
-#content-sidebar, .content {
-/*    display: table-cell;*/
-    padding-left: 30px;
-    padding-right: 30px;
+.content h1, .content h2, .content h2 a {
+	color: #5c5c5c;
+	font-weight: normal;
+	text-shadow: 0 2px 2px #FFFFFF;
 }
 
-    .content h1, .content h2, .content h2 a {
-            color: #5c5c5c;
-            font-weight: normal;
-            text-shadow: 0 2px 2px #FFFFFF;
-        }
+.content .node {
+	margin-bottom: 15px;
+}
 
-    .content .node {
-            margin-bottom: 15px;
-        }
+.content table tbody p {
+	background: none;
+}
 
-    .content table tbody p {
-            background: none;
-        }
+.content .clear-block .submitted {
+	font-style: italic;
+	position: relative;
+	top: -1.5em;
+}
 
-    .content .clear-block .submitted {
-            font-style: italic;
-            position: relative;
-            top: -1.5em;
-        }
+.content .submitted {
+	background-color: #F1F1F1;
+	display: inline-block;
+	padding: 3px;
+}
 
     /*
      * Hide the link to the user's blog on planet.





More information about the commits mailing list