diff --git a/src/proxy/templates/proxy/gitlab.html b/src/proxy/templates/proxy/gitlab.html index 47f69b0..aa94808 100644 --- a/src/proxy/templates/proxy/gitlab.html +++ b/src/proxy/templates/proxy/gitlab.html @@ -10,6 +10,19 @@ div#main-content .main-nav { margin-top: -15px; } + div#main-content div.container { + width: 1110px; + } + div#main-content div.flash-container{ + width: 85%; + } + #breadcrumbs { + border: 0 !important; + } + + #right-top-nav { + margin-right: 5em !important; + } {% endblock %} @@ -21,4 +34,5 @@ + {% endblock %} -- libgit2 0.21.2