use class="smaller" for the query input
svn: r10088 original commit: 1ad10960684b108dd5d6e9e0f5cbd8c48d69ce9a
This commit is contained in:
parent
98d99e6e2d
commit
50b9098f9c
|
@ -608,9 +608,11 @@
|
|||
#; ; no need for these index-local searches
|
||||
,@(if (eq? d index)
|
||||
null
|
||||
`((small nbsp ,(search-index-box)))))
|
||||
`((span ([class "smaller"]) nbsp ,(search-index-box)))))
|
||||
null)
|
||||
,@(if up-path `(nbsp (small ,(search-index-box))) null))
|
||||
,@(if up-path
|
||||
`(nbsp (span ([class "smaller"]) ,(search-index-box)))
|
||||
null))
|
||||
(div ([class "navright"])
|
||||
,@(render
|
||||
(make-element
|
||||
|
|
Loading…
Reference in New Issue
Block a user