From: John Benediktsson Date: Sun, 19 Jun 2022 04:21:31 +0000 (-0700) Subject: webapps.help: more borders X-Git-Tag: 0.99~1371 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=464fc88bf0f4b29053f412fbe536dd9118ff4045 webapps.help: more borders --- diff --git a/extra/webapps/help/search.css b/extra/webapps/help/search.css index b08e5e035e..fa937b3a60 100644 --- a/extra/webapps/help/search.css +++ b/extra/webapps/help/search.css @@ -17,7 +17,7 @@ font-size: 14pt; color: #7f7f7f; text-align: center; - border: 1px solid transparent; + border: 1px solid #ccc; border-bottom: none; } @@ -52,6 +52,8 @@ .label { color: #bdc1c6; + border: 1px solid #666; + border-bottom: none; } .label:hover { @@ -74,5 +76,7 @@ .label { width: 33.33%; + border: 1px solid transparent; + border-bottom: none; } }