fix typo; layout
svn: r12138 original commit: 7d72dc43c4ea5159d183f0512c6ce81a8f5181e1
This commit is contained in:
parent
b70318935e
commit
d6f7cf6e56
|
@ -191,7 +191,7 @@
|
|||
(define search-field
|
||||
@`p{Search: @(input ([type "text"] [id "search_box"]
|
||||
[onchange "delayed_search(this.value,event);"]
|
||||
[onkeyup "delayed_search(this.value,event);"])))})
|
||||
[onkeyup "delayed_search(this.value,event);"]))})
|
||||
|
||||
)
|
||||
|
||||
|
@ -199,8 +199,7 @@
|
|||
(let ([sa string-append]
|
||||
[emptylabel "...search manuals..."]
|
||||
[dimcolor "#888"])
|
||||
`(form
|
||||
([class "searchform"])
|
||||
`(form ([class "searchform"])
|
||||
(input
|
||||
([class "searchbox"]
|
||||
[style ,(sa "color: "dimcolor";")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user