File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 24
24
< link id ="styleNight " rel ="stylesheet " href ="https://rust-lang.github.io/mdBook/tomorrow-night.css " disabled ="true "> {# #}
25
25
< link id ="styleAyu " rel ="stylesheet " href ="https://rust-lang.github.io/mdBook/ayu-highlight.css " disabled ="true "> {# #}
26
26
< link rel ="stylesheet " href ="style.css "> {# #}
27
+ < noscript > < link rel ="stylesheet " href ="noscript.css "> </ noscript > {# #}
27
28
</ head > {# #}
28
29
< body > {# #}
29
30
< script src ="theme.js "> </ script > {# #}
@@ -52,12 +53,12 @@ <h1>Clippy Lints</h1> {# #}
52
53
53
54
< noscript > {# #}
54
55
< div class ="alert alert-danger " role ="alert "> {# #}
55
- Sorry, this site only works with JavaScript! :( {# #}
56
+ Lints search and filtering only works with JS enabled. :( {# #}
56
57
</ div > {# #}
57
58
</ noscript > {# #}
58
59
59
60
< div > {# #}
60
- < div class ="panel panel-default "> {# #}
61
+ < div class ="panel panel-default " id =" menu-filters " > {# #}
61
62
< div class ="panel-body row "> {# #}
62
63
< div id ="upper-filters " class ="col-12 col-md-5 "> {# #}
63
64
< div class ="btn-group " id ="lint-levels " tabindex ="-1 "> {# #}
Original file line number Diff line number Diff line change
1
+ # settings-dropdown , # menu-filters {
2
+ display : none;
3
+ }
You can’t perform that action at this time.
0 commit comments