diff --git a/pkgs/plt-services/meta/new-web/stubs/docs.rkt b/pkgs/plt-services/meta/new-web/stubs/docs.rkt index 29fef78543..b744ab01b4 100644 --- a/pkgs/plt-services/meta/new-web/stubs/docs.rkt +++ b/pkgs/plt-services/meta/new-web/stubs/docs.rkt @@ -31,6 +31,7 @@ @"@"import url("@(site-css-path docs-site)"); .navsettop, .tocset { top: 60px; } .versionbox { top: 64px; } + .hide_when_on_the_web { display: none; } })) (provide docs-path) diff --git a/pkgs/racket-pkgs/racket-index/scribblings/main/start.scrbl b/pkgs/racket-pkgs/racket-index/scribblings/main/start.scrbl index fb8e3e01ae..e2fa450f06 100644 --- a/pkgs/racket-pkgs/racket-index/scribblings/main/start.scrbl +++ b/pkgs/racket-pkgs/racket-index/scribblings/main/start.scrbl @@ -11,9 +11,9 @@ @(define go-style (style "RootPathAction" (list (attributes '((onclick . "return GoToRootPath();")))))) @(define disable-style (style "RootPathAction" (list (attributes '((onclick . "return DisableRootPath();")))))) -@not-on-the-web{ - @margin-note*{ - This is an installation-specific listing. Running @exec{raco docs} + @margin-note{ + @not-on-the-web{This is an installation-specific listing.} + Running @exec{raco docs} (or @exec{Racket Documentation} on Windows or Mac OS X) may open a different page with local and user-specific documentation, including documentation for installed packages. @@ -22,7 +22,7 @@ ``top'' link will use go to a different starting point that includes user-specific information. @hyperlink["#"]{@elem[#:style go-style]{[Go to user-specific start]}} - @hyperlink["#"]{@elem[#:style disable-style]{[Forget user-specific start]}}}}} + @hyperlink["#"]{@elem[#:style disable-style]{[Forget user-specific start]}}}} @(make-start-page #f)