From 75b627b3eee4a611f216197c25bddecb91713d81 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Fri, 15 Jun 2012 17:57:47 +0100 Subject: [PATCH] style on backlink --- public/styles.css | 4 ++++ views/polls.jade | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index 6d08800..e928d12 100644 --- a/public/styles.css +++ b/public/styles.css @@ -35,6 +35,10 @@ div#page { margin: 0 auto 0 auto; } +div#backlink { + text-align: left; +} + div#title { font-size: 42px; font-weight: bold; diff --git a/views/polls.jade b/views/polls.jade index 3724fbd..c7f193c 100644 --- a/views/polls.jade +++ b/views/polls.jade @@ -1,4 +1,4 @@ -a(href='/polls/') <- Poll List +div#backlink a(href='/polls/') <- Poll List h2 #{description} p Voters (#{locals.totalVotes}): -each voter in votees