mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
commit
669743792b
@ -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;
|
||||
|
@ -1,5 +1,5 @@
|
||||
div#backlink
|
||||
a(href='/polls/') <- Poll List
|
||||
a(href='/polls/') « Poll list
|
||||
h2 #{description}
|
||||
p Voters (#{locals.totalVotes}):
|
||||
-each voter in votees
|
||||
|
@ -1,3 +1,5 @@
|
||||
div#backlink
|
||||
a(href='/quotes/') « Quote list
|
||||
ul#quotelist
|
||||
-var hasYouTubeVids=false
|
||||
-each quote in quotes
|
||||
|
Loading…
Reference in New Issue
Block a user