diff options
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css index 3363229..ef3ef3e 100644 --- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css @@ -44,7 +44,7 @@ div.body-field-wrapper { #root div.container { background: transparent url(../images/bottom.png) no-repeat bottom left; - width: 80%; + width: 70%; min-width: 1000px; } @@ -122,7 +122,7 @@ div.slider-wrapper { div#content { float: left; - width: 70%; + width: 80%; } .content h1, .content h2, .content h2 a { |