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
105
105
body > .footer { margin : 1em 0 1em -14em ; clear : both;}
106
106
body > .navigation
107
107
{
108
+ float : left;
108
109
margin-left : -14em ;
109
110
margin-inline-start : -14em ;
111
+ margin-block-start : unset;
110
112
width : 14em ;
111
- float : left;
112
113
}
113
114
body > .content
114
115
{
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
105
105
body > .footer { margin : 1em 0 1em -14em ; clear : both;}
106
106
body > .navigation
107
107
{
108
+ float : left;
108
109
margin-left : -14em ;
109
110
margin-inline-start : -14em ;
111
+ margin-block-start : unset;
110
112
width : 14em ;
111
- float : left;
112
113
}
113
114
body > .content
114
115
{
@@ -467,9 +468,11 @@ div.file_insert { /* use to insert COPYING into license.txt */
467
468
body { padding-inline-start : unset; /* remove space for float menu */ }
468
469
body > .header { margin-inline-start : unset;
469
470
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;
471
474
width : unset;
472
- float : none; }
475
+ }
473
476
body > .navigation li > ul > li { padding-block : 1em ;
474
477
/* move links away from each other */ }
475
478
# roundup-issue-tracker .note { float : none; /* download box */ }
You can’t perform that action at this time.
0 commit comments