From 49d4a62cf7ed96932c09cfc0746182b606f1d6de Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Tue, 10 Jan 2012 13:18:55 +0900 Subject: [PATCH] Issue #1384224 by philbar, Plazik: Fixed Resize Site Logo in Seven Theme Maintenance Pages. --- core/themes/seven/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index fc105a788d5..e1ae4d011a1 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -851,6 +851,7 @@ body.in-maintenance .form-submit { } body.in-maintenance #logo { margin-bottom: 1.5em; + max-width: 180px; } ol.task-list { margin-left: 0; /* LTR */