Logo moved back to header, add styles

This commit is contained in:
Thomas Gelf 2014-02-25 10:30:05 +00:00
parent 1cddfa2756
commit f395bbd0dd
1 changed files with 21 additions and 4 deletions

View File

@ -1,8 +1,9 @@
#header div.user {
font-size: 1.1em;
margin-top: 0.8em;
margin-right: 2em;
float: right;
font-size: 1.1em;
margin-top: 0.8em;
margin-right: 2em;
float: right;
}
#responsive-debug {
@ -13,3 +14,19 @@
width: 10em;
display: none;
}
#logo {
height: 3.6em;
width: 13em;
display: inline-block;
}
#logo a {
display: block;
outline: 0;
}
#logo img {
margin-left: 1.5em;
margin-top: 0.8em;
}