forked from GitHub/dbot
style on backlink
This commit is contained in:
parent
11f7e91ba9
commit
75b627b3ee
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user