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