Skip to content

Commit e7dd5a5

Browse files
committed
Make top of navigation bock align with main block.
1 parent d7be17f commit e7dd5a5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/_static/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,11 @@ body > .header div.label { font-size: 2em; font-weight: bold; margin: 0.67em 0 0
105105
body > .footer { margin: 1em 0 1em -14em; clear:both;}
106106
body > .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
}
113114
body > .content
114115
{

website/www/_static/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,11 @@ body > .header div.label { font-size: 2em; font-weight: bold; margin: 0.67em 0 0
105105
body > .footer { margin: 1em 0 1em -14em; clear:both;}
106106
body > .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
}
113114
body > .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 */}

0 commit comments

Comments
 (0)