Tweak styles for "global title" in header
This commit is contained in:
parent
993d8c3b4e
commit
02528aecc7
|
@ -44,19 +44,10 @@ body > #body-wrapper {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header h1.title {
|
|
||||||
font-size: 20px;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header div.login {
|
#header div.login {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.global .title {
|
|
||||||
margin-left: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* new stuff from 'better' theme begins here */
|
/* new stuff from 'better' theme begins here */
|
||||||
|
|
||||||
header .global {
|
header .global {
|
||||||
|
|
|
@ -32,7 +32,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 class="title">${self.global_title()}</span>
|
<span class="global-title">${self.global_title()}</span>
|
||||||
</a>
|
</a>
|
||||||
% if master:
|
% if master:
|
||||||
<span class="global">»</span>
|
<span class="global">»</span>
|
||||||
|
|
Loading…
Reference in a new issue