From 8a05a552083b66e2396656a3ff60f5abb3759420 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Tue, 16 Dec 2014 21:39:27 -0800 Subject: [PATCH] Add card background on signed in index page too. --- app/static/main.css | 3 +-- app/templates/index.html | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/static/main.css b/app/static/main.css index 2a97ba1..51ce852 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -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; } diff --git a/app/templates/index.html b/app/templates/index.html index 1672ffe..87c8e2b 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2,6 +2,8 @@ {{define "body"}} + +
You're signed in as {{template "user" .User}}