File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
railties/lib/rails/generators/rails/app/templates/public Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 151
151
}
152
152
153
153
154
- # search {
155
- margin : 0 ;
156
- padding-top : 10px ;
157
- padding-bottom : 10px ;
158
- font-size : 11px ;
159
- }
160
- # search input {
161
- font-size : 11px ;
162
- margin : 2px ;
163
- }
164
- # search-text {width : 170px }
165
-
166
-
167
154
# sidebar ul {
168
155
margin-left : 0 ;
169
156
padding-left : 0 ;
194
181
info . innerHTML = xhr . responseText ;
195
182
info . style . display = 'block'
196
183
}
197
-
198
- function prepend ( ) {
199
- search = document . getElementById ( 'search-text' ) ;
200
- text = search . value ;
201
- search . value = 'site:rubyonrails.org ' + text ;
202
- }
203
-
204
- window . onload = function ( ) {
205
- document . getElementById ( 'search-text' ) . value = '' ;
206
- }
207
184
</ script >
208
185
</ head >
209
186
< body >
You can’t perform that action at this time.
0 commit comments