diff options
| author | Christopher Guindon | 2014-07-01 11:31:47 +0000 |
|---|---|---|
| committer | Christopher Guindon | 2014-07-01 11:31:47 +0000 |
| commit | 566b975f988503d5a149e8ea4a18269888ac924e (patch) | |
| tree | 1057b51cfdd82c47f2a4f6afcd0dd8ad649964f3 | |
| parent | 2ae67c13cf5acb31ab4e6ead1f63157f30cf83f6 (diff) | |
| download | eclipse.org-common-566b975f988503d5a149e8ea4a18269888ac924e.tar.gz eclipse.org-common-566b975f988503d5a149e8ea4a18269888ac924e.tar.xz eclipse.org-common-566b975f988503d5a149e8ea4a18269888ac924e.zip | |
Bug 438607 - too much "hot area" associated with blank space in header
Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
| -rw-r--r-- | themes/solstice/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/solstice/app.php b/themes/solstice/app.php index 8b25d9a1..32fd3716 100644 --- a/themes/solstice/app.php +++ b/themes/solstice/app.php @@ -108,7 +108,7 @@ function solstice_variables(&$variables) { $variables['body']['id'] = 'body_solstice'; // Logos - $variables['logo']['default'] = '<img src="' . $variables['theme_url'] . 'public/images/logo/eclipse-800x188.png" alt="Eclipse.org logo" class="logo-eclipse-default img-responsive"/>'; + $variables['logo']['default'] = '<img src="' . $variables['theme_url'] . 'public/images/logo/eclipse-800x188.png" alt="Eclipse.org logo" class="logo-eclipse-default"/>'; $variables['logo']['white'] = '<img src="' . $variables['theme_url'] . 'public/images/logo/eclipse-logo-bw-800x188.png" alt="Eclipse.org black and white logo" width="166" height="39" id="logo-eclipse-white"/>'; $variables['logo']['mobile'] = '<img src="' . $variables['theme_url'] . 'public/images/logo/eclipse-800x188.png" alt="Eclipse.org logo" width="174" class="logo-eclipse-default"/>'; |
