@@ -108,15 +108,8 @@ <h2 class="location"></h2>
108
108
{%- endif -%}
109
109
</ a > {#- -#}
110
110
< nav class ="sub "> {#- -#}
111
- < div class ="theme-picker "> {#- -#}
112
- < button id ="theme-picker " aria-label ="Pick another theme! " aria-haspopup ="menu " title ="themes "> {#- -#}
113
- < img width ="22 " height ="22 " alt ="Pick another theme! " {# -#}
114
- src ="{{static_root_path|safe}}brush{{page.resource_suffix}}.svg "> {#- -#}
115
- </ button > {#- -#}
116
- < div id ="theme-choices " role ="menu "> </ div > {#- -#}
117
- </ div > {#- -#}
118
- < form class ="search-form "> {#- -#}
119
- < div class ="search-container "> {#- -#}
111
+ < div class ="search-container "> {#- -#}
112
+ < form class ="search-form "> {#- -#}
120
113
< span > </ span > {#- This empty span is a hacky fix for Safari - See #93184 -#}
121
114
< input {# -#}
122
115
class ="search-input " {# -#}
@@ -125,13 +118,20 @@ <h2 class="location"></h2>
125
118
spellcheck ="false " {# -#}
126
119
placeholder ="Click or press ‘S’ to search, ‘?’ for more options… " {# -#}
127
120
type ="search "> {#- -#}
128
- < button type ="button " id ="help-button " title ="help "> ?</ button > {#- -#}
129
- < a id ="settings-menu " href ="{{page.root_path|safe}}settings.html " title ="settings "> {#- -#}
130
- < img width ="22 " height ="22 " alt ="Change settings " {# -#}
131
- src ="{{static_root_path|safe}}wheel{{page.resource_suffix}}.svg "> {#- -#}
132
- </ a > {#- -#}
121
+ </ form > {#- -#}
122
+ < button type ="button " id ="help-button " title ="help "> ?</ button > {#- -#}
123
+ < div class ="theme-picker "> {#- -#}
124
+ < button id ="theme-picker " aria-label ="Pick another theme! " aria-haspopup ="menu " title ="themes "> {#- -#}
125
+ < img width ="22 " height ="22 " alt ="Pick another theme! " {# -#}
126
+ src ="{{static_root_path|safe}}brush{{page.resource_suffix}}.svg "> {#- -#}
127
+ </ button > {#- -#}
128
+ < div id ="theme-choices " role ="menu "> </ div > {#- -#}
133
129
</ div > {#- -#}
134
- </ form > {#- -#}
130
+ < a id ="settings-menu " href ="{{page.root_path|safe}}settings.html " title ="settings "> {#- -#}
131
+ < img width ="22 " height ="22 " alt ="Change settings " {# -#}
132
+ src ="{{static_root_path|safe}}wheel{{page.resource_suffix}}.svg "> {#- -#}
133
+ </ a > {#- -#}
134
+ </ div > {#- -#}
135
135
</ nav > {#- -#}
136
136
</ div > {#- -#}
137
137
< section id ="main-content " class ="content "> {{- content|safe -}}</ section > {#- -#}
0 commit comments