File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 77 <before css : theme-children =" #main-content" css : content-children =" body" />
88
99 <merge attributes =" class" css : theme =" body" css : content =" body" />
10+
11+ <!-- Add gitlab properties -->
12+ <merge attributes =" data-page" css : theme =" body" css : content =" body" />
13+ <merge attributes =" data-project-id" css : theme =" body" css : content =" body" />
1014
1115 <drop css : content =" #top-panel" />
1216 <drop css : content =" .navbar-gitlab" />
Original file line number Diff line number Diff line change 33
44{% block head_css %}
55< style >
6+ /* Reset left and with for .modal-dialog style (like gitlab does),
7+ the bootstrap.css one makes it small */
8+ @media screen and (min-width : 768px ) {
9+ .modal-dialog {
10+ left : auto;
11+ width : auto;
12+ }
13+ }
614 div # main-content {
715 margin-top : 65px ;
816 }
You can’t perform that action at this time.
0 commit comments