14
14
15
15
< title > Clippy Lints</ title > {# #}
16
16
17
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css "/> {# #}
18
17
< link id ="githubLightHighlight " rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/github.min.css " disabled ="true " /> {# #}
19
18
< link id ="githubDarkHighlight " rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/github-dark.min.css " disabled ="true " /> {# #}
20
19
@@ -59,9 +58,9 @@ <h1 class="page-header">Clippy Lints <span class="badge">Total number: {{+ count
59
58
60
59
< div id ="menu-filters "> {# #}
61
60
< div class ="panel-body row "> {# #}
62
- < div id ="upper-filters " class =" col-12 col-md-5 " > {# #}
63
- < div class =" btn-group " id ="lint-levels " tabindex ="-1 "> {# #}
64
- < button type ="button " class ="btn btn -default dropdown-toggle "> {# #}
61
+ < div id ="upper-filters "> {# #}
62
+ < div id ="lint-levels " tabindex ="-1 "> {# #}
63
+ < button type ="button " class ="btn-default dropdown-toggle "> {# #}
65
64
Lint levels < span class ="badge "> 4</ span > < span class ="caret "> </ span > {# #}
66
65
</ button > {# #}
67
66
< ul class ="dropdown-menu " id ="lint-levels-selector "> {# #}
@@ -74,8 +73,8 @@ <h1 class="page-header">Clippy Lints <span class="badge">Total number: {{+ count
74
73
< li role ="separator " class ="divider "> </ li > {# #}
75
74
</ ul > {# #}
76
75
</ div > {# #}
77
- < div class =" btn-group " id ="lint-groups " tabindex ="-1 "> {# #}
78
- < button type ="button " class ="btn btn -default dropdown-toggle "> {# #}
76
+ < div id ="lint-groups " tabindex ="-1 "> {# #}
77
+ < button type ="button " class ="btn-default dropdown-toggle "> {# #}
79
78
Lint groups < span class ="badge "> 9</ span > < span class ="caret "> </ span > {# #}
80
79
</ button > {# #}
81
80
< ul class ="dropdown-menu " id ="lint-groups-selector "> {# #}
@@ -91,8 +90,8 @@ <h1 class="page-header">Clippy Lints <span class="badge">Total number: {{+ count
91
90
< li role ="separator " class ="divider "> </ li > {# #}
92
91
</ ul > {# #}
93
92
</ div > {# #}
94
- < div class =" btn-group " id ="version-filter " tabindex ="-1 "> {# #}
95
- < button type ="button " class ="btn btn -default dropdown-toggle "> {# #}
93
+ < div id ="version-filter " tabindex ="-1 "> {# #}
94
+ < button type ="button " class ="btn-default dropdown-toggle "> {# #}
96
95
Version {#+ #}
97
96
< span id ="version-filter-count " class ="badge "> 0</ span > {#+ #}
98
97
< span class ="caret "> </ span > {# #}
@@ -104,8 +103,8 @@ <h1 class="page-header">Clippy Lints <span class="badge">Total number: {{+ count
104
103
< li role ="separator " class ="divider "> </ li > {# #}
105
104
</ ul > {# #}
106
105
</ div > {# #}
107
- < div class =" btn-group " id ="lint-applicabilities " tabindex ="-1 "> {# #}
108
- < button type ="button " class ="btn btn -default dropdown-toggle "> {# #}
106
+ < div id ="lint-applicabilities " tabindex ="-1 "> {# #}
107
+ < button type ="button " class ="btn-default dropdown-toggle "> {# #}
109
108
Applicability {#+ #}
110
109
< span class ="badge "> 4</ span > {#+ #}
111
110
< span class ="caret "> </ span > {# #}
@@ -121,22 +120,20 @@ <h1 class="page-header">Clippy Lints <span class="badge">Total number: {{+ count
121
120
</ ul > {# #}
122
121
</ div > {# #}
123
122
</ div > {# #}
124
- < div class ="col-12 col-md-5 search-control "> {# #}
123
+ < div class ="search-control "> {# #}
125
124
< div class ="input-group "> {# #}
126
125
< label class ="input-group-addon " id ="filter-label " for ="search-input "> Filter:</ label > {# #}
127
126
< input type ="text " class ="form-control filter-input " placeholder ="Keywords or search string (`S` or `/` to focus) " id ="search-input " /> {# #}
128
- < span class ="input-group-btn "> {# #}
129
- < button class ="filter-clear btn " type ="button " onclick ="searchState.clearInput(event) "> {# #}
130
- Clear {# #}
131
- </ button > {# #}
132
- </ span > {# #}
127
+ < button class ="filter-clear " type ="button " onclick ="searchState.clearInput(event) "> {# #}
128
+ Clear {# #}
129
+ </ button > {# #}
133
130
</ div > {# #}
134
131
</ div > {# #}
135
- < div class ="col-12 col-md-2 btn-group expansion-group "> {# #}
136
- < button title ="Collapse All " class ="btn btn -default expansion-control " type ="button " id ="collapse-all "> {# #}
132
+ < div class ="btn-group expansion-group "> {# #}
133
+ < button title ="Collapse All " class ="btn-default expansion-control " type ="button " id ="collapse-all "> {# #}
137
134
< span class ="glyphicon glyphicon-collapse-up "> </ span > {# #}
138
135
</ button > {# #}
139
- < button title ="Expand All " class ="btn btn -default expansion-control " type ="button " id ="expand-all "> {# #}
136
+ < button title ="Expand All " class ="btn-default expansion-control " type ="button " id ="expand-all "> {# #}
140
137
< span class ="glyphicon glyphicon-collapse-down "> </ span > {# #}
141
138
</ button > {# #}
142
139
</ div > {# #}
0 commit comments