diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-23 11:44:09 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-23 11:44:09 (GMT) |
commit | 8a7b7cd1e03bfa32cd657b70557eb17e73de8b0a (patch) | |
tree | 8eaaf9a0f00e69711d4b9078171a30814f4d140d /kolab.org/www/drupal-7.15 | |
parent | 13ed791cf3ad918870ada20430ca51f6d3bc5f31 (diff) | |
download | kolab.org-www-8a7b7cd1e03bfa32cd657b70557eb17e73de8b0a.tar.gz |
fix typo from last commit
Diffstat (limited to 'kolab.org/www/drupal-7.15')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 2 |
1 files changed, 1 insertions, 1 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 0f06bcd..914fcc2 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 @@ -18,7 +18,7 @@ div#header { text-align: center; } -div#header .containter { +div#header .container { margin: auto; width: 70%; min-width: 1000px; |