File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,11 @@ body > .header div.label { font-size: 2em; font-weight: bold; margin: 0.67em 0 0
105105body > .footer { margin : 1em 0 1em -14em ; clear : both;}
106106body > .navigation
107107{
108+ float : left;
108109 margin-left : -14em ;
109110 margin-inline-start : -14em ;
111+ margin-block-start : unset;
110112 width : 14em ;
111- float : left;
112113}
113114body > .content
114115{
Original file line number Diff line number Diff line change @@ -105,10 +105,11 @@ body > .header div.label { font-size: 2em; font-weight: bold; margin: 0.67em 0 0
105105body > .footer { margin : 1em 0 1em -14em ; clear : both;}
106106body > .navigation
107107{
108+ float : left;
108109 margin-left : -14em ;
109110 margin-inline-start : -14em ;
111+ margin-block-start : unset;
110112 width : 14em ;
111- float : left;
112113}
113114body > .content
114115{
@@ -467,9 +468,11 @@ div.file_insert { /* use to insert COPYING into license.txt */
467468 body { padding-inline-start : unset; /* remove space for float menu */ }
468469 body > .header { margin-inline-start : unset;
469470 margin-block-start : 3em ; /* move down from search */ }
470- body > .navigation { margin-inline-start : unset;
471+ body > .navigation { float : none;
472+ margin-block-start : unset;
473+ margin-inline-start : unset;
471474 width : unset;
472- float : none; }
475+ }
473476 body > .navigation li > ul > li { padding-block : 1em ;
474477 /* move links away from each other */ }
475478 # roundup-issue-tracker .note { float : none; /* download box */ }
You can’t perform that action at this time.
0 commit comments