Tweak styles for global header

This commit is contained in:
Lance Edgar 2016-10-28 10:26:23 -05:00
parent 0c11b72804
commit a398a0a710
2 changed files with 4 additions and 1 deletions

View file

@ -53,6 +53,9 @@ body > #body-wrapper {
float: right;
}
.global .title {
margin-left: 0.5em;
}
/******************************
* Logo

View file

@ -35,7 +35,7 @@
<div class="global">
<a class="home" href="${url('home')}">
${self.header_logo()}
<span>${self.global_title()}</span>
<span class="title">${self.global_title()}</span>
</a>
% if master:
<span class="global">&raquo;</span>