From 5059464eaa2e17cd14d182650f5bffa4731e6a40 Mon Sep 17 00:00:00 2001 From: Jared Lee Date: Fri, 21 Oct 2016 11:01:29 +1300 Subject: [PATCH] Added SilverStripe branding to mobile sidebar --- themes/docs/css/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/themes/docs/css/styles.css b/themes/docs/css/styles.css index b846100..eb1023b 100644 --- a/themes/docs/css/styles.css +++ b/themes/docs/css/styles.css @@ -103,9 +103,10 @@ form .message.error { display: none; } #sidebar a.logo { - height: 20px; - width: 20px; + display: block; + height: 40px; + margin: 16px; background-color: red; - background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg); + background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat; } }