diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-01-21 09:47:58 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-01-21 09:47:58 -0800 |
commit | a75b69734c216a404b57446ec939283eb6ab162d (patch) | |
tree | 71cf98f7c73a8ef1f811754c437c0c43bf78f70a /themes | |
parent | f7db40987934f7ed7ac691ef8bf45803f5ad1a62 (diff) | |
download | brdo-a75b69734c216a404b57446ec939283eb6ab162d.tar.gz brdo-a75b69734c216a404b57446ec939283eb6ab162d.tar.bz2 |
Issue #1384224 by philbar, Plazik, oriol_e9g: Fixed Resize Site Logo in Seven Theme Maintenance Pages.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/seven/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index d2da561e9..8bb80265a 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -835,6 +835,7 @@ body.in-maintenance .form-submit { } body.in-maintenance #logo { margin-bottom: 1.5em; + max-width: 180px; } ol.task-list { margin-left: 0; /* LTR */ |