From: Don Armstrong Date: Wed, 25 Mar 2015 17:47:15 +0000 (-0700) Subject: hide searchform and backlinks X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d30d42d14c8345f3e867b4fde30debc661746b6;p=laureldon.git hide searchform and backlinks --- diff --git a/local.css b/local.css index 52ebadb..2b91e43 100644 --- a/local.css +++ b/local.css @@ -39,6 +39,14 @@ body { display: none; } +#searchform { + display: none; +} + +#backlinks { + display: none; +} + #pageinfo { margin: 1em 0; border-top: 0;