dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Display an explanation in ticket page if the user can't propose commits
James Moger
2014-03-07
4affd0a3a4fe086b31a87d56616f74093d2ac715
[githubFork/gitblit.git]
/
src
/
main
/
resources
/
hideheader.css
1
2
3
4
5
6
7
body {
padding-top:0px;
}
.navbar-fixed-top {
display:none;
}