style on backlink

This commit is contained in:
Luke Slater 2012-06-15 17:57:47 +01:00
parent 11f7e91ba9
commit 75b627b3ee
2 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,10 @@ div#page {
margin: 0 auto 0 auto; margin: 0 auto 0 auto;
} }
div#backlink {
text-align: left;
}
div#title { div#title {
font-size: 42px; font-size: 42px;
font-weight: bold; font-weight: bold;

View File

@ -1,4 +1,4 @@
a(href='/polls/') <- Poll List div#backlink a(href='/polls/') <- Poll List
h2 #{description} h2 #{description}
p Voters (#{locals.totalVotes}): p Voters (#{locals.totalVotes}):
-each voter in votees -each voter in votees