kolab.org/www

Torsten Grote grote at kolabsys.com
Tue Aug 14 12:29:25 CEST 2012


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

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

    changed css id content to class

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 49876ca..c982cb5 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,7 +110,7 @@ div.body-field-wrapper {
 	width: 100%;
 }
 
-#content {
+.content {
         padding-bottom: 10px;
         margin-bottom: 10px;
         padding-top: 1em;
@@ -121,27 +121,27 @@ div.body-field-wrapper {
     width: 250px;
 }
 
-#content-sidebar, #content {
+#content-sidebar, .content {
 /*    display: table-cell;*/
     padding-left: 30px;
     padding-right: 30px;
 }
 
-    #content h1, #content h2, #content h2 a {
+    .content h1, .content h2, .content h2 a {
             color: #5c5c5c;
             font-weight: normal;
             text-shadow: 0 2px 2px #FFFFFF;
         }
 
-    #content .node {
+    .content .node {
             margin-bottom: 15px;
         }
 
-    #content table tbody p {
+    .content table tbody p {
             background: none;
         }
 
-    #content .clear-block .submitted {
+    .content .clear-block .submitted {
             font-style: italic;
             position: relative;
             top: -1.5em;
@@ -152,7 +152,7 @@ div.body-field-wrapper {
      *
      * Accidently also removes the 'Read more...' links.. :/
      */
-/*    #content div.node.clear-block ul.links.inline {
+/*    .content div.node.clear-block ul.links.inline {
             display: none;
             visibility: hidden;
         }





More information about the commits mailing list