kolab.org/www

Paul James Adams adams at kolabsys.com
Mon Jul 30 17:11:10 CEST 2012


 kolab.org/www/drupal-7.14/sites/all/themes/kolab/html.tpl.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd3ebeb11e0635bcd08abcef497b6967524ed201
Author: Paul Adams <adams at kolabsys.com>
Date:   Mon Jul 30 17:10:29 2012 +0200

    - Give an ID to the body tag - yes, I know this is borked

diff --git a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/html.tpl.php b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/html.tpl.php
index f874636..d0cc8ba 100644
--- a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/html.tpl.php
+++ b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/html.tpl.php
@@ -51,7 +51,7 @@
   <?php print $scripts; ?>
   <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css" />
 </head>
-<body class="<?php print $classes; ?>" <?php print $attributes;?>>
+<body id="main-body" class="<?php print $classes; ?>" <?php print $attributes;?>>
   <?php print $page_top; ?>
   <?php print $page; ?>
   <?php print $page_bottom; ?>





More information about the commits mailing list