3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 11:42:36 +01:00

Updated backlinks

This commit is contained in:
Daniel Evans 2012-06-15 18:23:36 +01:00
parent ad9a65375b
commit 806f9556bf
3 changed files with 9 additions and 2 deletions

View File

@ -36,7 +36,11 @@ div#page {
} }
div#backlink { div#backlink {
position: absolute;
top: 10px;
left: 15px;
text-align: left; text-align: left;
font-size: 0.8em;
} }
div#title { div#title {
@ -51,7 +55,8 @@ div#title a {
} }
div#main { div#main {
padding: 25px 0px; position: relative;
padding: 15px 5px;
margin: 0px; margin: 0px;
font-size: 21px; font-size: 21px;
text-align:center; text-align:center;

View File

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

View File

@ -1,3 +1,5 @@
div#backlink
a(href='/quotes/') &laquo; Quote list
ul#quotelist ul#quotelist
-var hasYouTubeVids=false -var hasYouTubeVids=false
-each quote in quotes -each quote in quotes