mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
commit
8639a75081
@ -223,3 +223,18 @@ div.imgwrap > img {
|
|||||||
.thumbnail:hover > div.imgwrap > span.nicks {
|
.thumbnail:hover > div.imgwrap > span.nicks {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* footer */
|
||||||
|
#footer {
|
||||||
|
margin-top:5px;
|
||||||
|
margin-right:10px;
|
||||||
|
margin-left:10px;
|
||||||
|
}
|
||||||
|
#footer a {
|
||||||
|
float:right;
|
||||||
|
padding-left:2px;
|
||||||
|
padding-right:2px;
|
||||||
|
background-color:#f5f5f5;
|
||||||
|
border-radius:3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -14,6 +14,9 @@ html(lang='en')
|
|||||||
a(href='/') #{name} web interface
|
a(href='/') #{name} web interface
|
||||||
div.container#main
|
div.container#main
|
||||||
block content
|
block content
|
||||||
|
div#footer
|
||||||
|
a#project(href='/project') About
|
||||||
|
|
||||||
script(type="text/javascript", src="/bootstrap/js/bootstrap.min.js")
|
script(type="text/javascript", src="/bootstrap/js/bootstrap.min.js")
|
||||||
script(type="text/javascript", src="/d3/d3.v3.min.js")
|
script(type="text/javascript", src="/d3/d3.v3.min.js")
|
||||||
script(type="text/javascript", src="/script.js")
|
script(type="text/javascript", src="/script.js")
|
||||||
|
@ -50,7 +50,7 @@ html(lang='#{curr839}')
|
|||||||
print #{Math.round(wdth)+"%"}
|
print #{Math.round(wdth)+"%"}
|
||||||
td #{milestone.open_issues}
|
td #{milestone.open_issues}
|
||||||
td #{milestone.closed_issues}
|
td #{milestone.closed_issues}
|
||||||
a(#href="https://github.com/"+repo+"/")
|
a(href="https://github.com/"+repo+"/")
|
||||||
#{propaganda}
|
#{propaganda}
|
||||||
h3 #{languagetranshead}
|
h3 #{languagetranshead}
|
||||||
table#translations
|
table#translations
|
||||||
|
Loading…
Reference in New Issue
Block a user