mirror of
https://github.com/reality/dbot.git
synced 2024-12-25 04:02:39 +01:00
Updated backlinks
This commit is contained in:
parent
ad9a65375b
commit
806f9556bf
@ -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;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
div#backlink
|
div#backlink
|
||||||
a(href='/polls/') <- Poll List
|
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
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
div#backlink
|
||||||
|
a(href='/quotes/') « Quote list
|
||||||
ul#quotelist
|
ul#quotelist
|
||||||
-var hasYouTubeVids=false
|
-var hasYouTubeVids=false
|
||||||
-each quote in quotes
|
-each quote in quotes
|
||||||
|
Loading…
Reference in New Issue
Block a user