diff --git a/themes/docs/css/styles.css b/themes/docs/css/styles.css index 6d76b03..3c8bbcd 100644 --- a/themes/docs/css/styles.css +++ b/themes/docs/css/styles.css @@ -99,11 +99,14 @@ form .message.error { .site-header { display: none; } - #sidebar .logo { - display: block; + + #masthead .logo { + display: inline-block; + float: left; height: 40px; - margin: 16px; - background-color: red; + width: 100%; + margin-bottom: 24px; + margin-left: 4px; background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat; } } diff --git a/themes/docs/templates/DocumentationViewer.ss b/themes/docs/templates/DocumentationViewer.ss index 4ac7993..f724517 100644 --- a/themes/docs/templates/DocumentationViewer.ss +++ b/themes/docs/templates/DocumentationViewer.ss @@ -5,6 +5,7 @@
class="has_versions"<% end_if %>>
+