editorTheme: allow header logo/title to be a link

This commit is contained in:
Nick O'Leary
2015-04-22 14:03:42 +01:00
parent c71e76335b
commit 1c1a85dcef
3 changed files with 14 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ $headerMenuItemDivider: #464646;
}
span.logo {
pointer-events: none;
float: left;
margin-top: 5px;
font-size: 30px;
@@ -56,6 +55,14 @@ span.logo {
img {
height: 18px;
}
a {
color: inherit;
&:hover {
text-decoration: none;
}
}
}
.header-toolbar {