diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-23 12:18:46 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-23 12:18:46 (GMT) |
commit | 388b33733c8851d65a2c4b83151717fcdc187290 (patch) | |
tree | 0cbab747a20571f79beb2eb2a7df4ffab43f5d04 /kolab.org/www/drupal-7.15/sites/all | |
parent | 5e9be3fd5a4658e6d2dc1b6466bba3613eee54dc (diff) | |
download | kolab.org-www-388b33733c8851d65a2c4b83151717fcdc187290.tar.gz |
increased wrong width in last commit
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all')
-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 { |