3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

Merge pull request #42 from danharibo/master

Backlink style
This commit is contained in:
Luke Slater 2012-06-15 10:25:18 -07:00
commit 669743792b
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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