Moved home logo from sidebar to landing page

This commit is contained in:
Jared Lee 2016-10-21 12:56:29 +13:00 committed by Cam Findlay
parent 43f543c18f
commit 0ac80747b7
2 changed files with 8 additions and 4 deletions

View File

@ -99,11 +99,14 @@ form .message.error {
.site-header { .site-header {
display: none; display: none;
} }
#sidebar .logo {
display: block; #masthead .logo {
display: inline-block;
float: left;
height: 40px; height: 40px;
margin: 16px; width: 100%;
background-color: red; margin-bottom: 24px;
margin-left: 4px;
background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat; background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat;
} }
} }

View File

@ -5,6 +5,7 @@
<div id="masthead" <% if Versions %>class="has_versions"<% end_if %>> <div id="masthead" <% if Versions %>class="has_versions"<% end_if %>>
<div class="wrapper"> <div class="wrapper">
<a class="logo" href="https://docs.silverstripe.org/"></a>
<a class="menu-toggle"> <a class="menu-toggle">
<span></span> <span></span>
<span></span> <span></span>