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; float: right;
} }
.global .title {
margin-left: 0.5em;
}
/****************************** /******************************
* Logo * Logo

View file

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