From 0d5948683923319a959db003fe3d2ab5c54a4b75 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 5 Sep 2017 15:15:38 +0100 Subject: [PATCH] Remove inline style --- pkgs/racket-index/scribblings/main/search.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-index/scribblings/main/search.scrbl b/pkgs/racket-index/scribblings/main/search.scrbl index 583b1aa69f..6c42a25e52 100644 --- a/pkgs/racket-index/scribblings/main/search.scrbl +++ b/pkgs/racket-index/scribblings/main/search.scrbl @@ -8,7 +8,7 @@ @main-page['search #t] -@para[#:style (style #f (list (attributes (list (cons 'class "plt_global_only") (cons 'style "display: none;")))))]{You are searching all available Racket packages, including those that you may not have installed locally. Therefore, you may need to install a package to use the results shown below. @hyperlink["http://docs.racket-lang.org/pkg/getting-started.html"]{Getting Started with Packages} guides you through this process. If you want to re-run your search with local results only, press F1 in DrRacket or run @tt{raco docs} on the command line.} +@para[#:style (style #f (list (attributes (list (cons 'class "plt_global_only")))))]{You are searching all available Racket packages, including those that you may not have installed locally. Therefore, you may need to install a package to use the results shown below. @hyperlink["http://docs.racket-lang.org/pkg/getting-started.html"]{Getting Started with Packages} guides you through this process. If you want to re-run your search with local results only, press F1 in DrRacket or run @tt{raco docs} on the command line.} @para[#:style (style #f (list (attributes (list (cons 'class "plt_local_only")))))]{You are searching only your locally installed Racket packages. More results may be available by using the @hyperlink["http://docs.racket-lang.org/search/"]{global search} that inspects all available packages. @elem[#:style (style #f (list (attributes (list (cons 'id "redo_search_global")))))]{You may wish to repeat your search globally.}}