forked from GitHub/dbot
Add footer to pages linking to ./project
This commit is contained in:
parent
3f5bf0e5a5
commit
194135791a
@ -223,3 +223,18 @@ div.imgwrap > img {
|
||||
.thumbnail:hover > div.imgwrap > span.nicks {
|
||||
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
|
||||
div.container#main
|
||||
block content
|
||||
div#footer
|
||||
a#project(href='/project') About
|
||||
|
||||
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="/script.js")
|
||||
|
@ -50,7 +50,7 @@ html(lang='#{curr839}')
|
||||
print #{Math.round(wdth)+"%"}
|
||||
td #{milestone.open_issues}
|
||||
td #{milestone.closed_issues}
|
||||
a(#href="https://github.com/"+repo+"/")
|
||||
a(href="https://github.com/"+repo+"/")
|
||||
#{propaganda}
|
||||
h3 #{languagetranshead}
|
||||
table#translations
|
||||
|
Loading…
Reference in New Issue
Block a user