Commit 5ae06046d6403c14ed6ac861fd1d518cce329bda
Committed by
Charles Oliveira
1 parent
ef9d486d
Exists in
master
and in
39 other branches
Gitlab css improvements
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
src/proxy/templates/proxy/gitlab.html
1 | 1 | {% extends 'base.html' %} |
2 | 2 | {% load static %} |
3 | 3 | |
4 | +{% block head_css %} | |
5 | +<style> | |
6 | + div#main-content { | |
7 | + margin-top: 65px; | |
8 | + } | |
9 | + | |
10 | + div#main-content .main-nav { | |
11 | + margin-top: -15px; | |
12 | + } | |
13 | +</style> | |
14 | +{% endblock %} | |
15 | + | |
4 | 16 | {% block head_js %} |
5 | 17 | <script type="text/javascript"> |
6 | 18 | $(function(){ | ... | ... |