Add card background on signed in index page too.

This commit is contained in:
Mihai Parparita 2014-12-16 21:39:27 -08:00
parent 305e4a86f5
commit 8a05a55208
2 changed files with 3 additions and 2 deletions

View file

@ -82,7 +82,7 @@ a:hover {
.blurb {
font-size: 16px;
line-height: 24px;
margin: 1em 0;
margin: 1em 15px;
}
.blurb .avatar {
@ -170,7 +170,6 @@ input[type="submit"].inline.destructive {
}
#pitch {
margin: 0 15px;
padding-right: 230px;
position: relative;
}

View file

@ -2,6 +2,8 @@
{{define "body"}}
<img class="card-background" src="/static/images/card-background.jpg" srcset="/static/images/card-background.jpg 1x, /static/images/card-background@2x.jpg 2x" width="1111" height="339" alt="">
<div class="blurb">
You're signed in as
{{template "user" .User}}