X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fhelp%2Fhtml%2Fstylesheet.css;h=7fe0ca3900585178c1219be37cbd0ab7ea5e1b01;hp=cd83ac195f26f881e49aef71a15a4bb64788386d;hb=ae305990c566b5986e634140835d3c27b08c8af3;hpb=baa7f3b31f3686dd30a70a3a32566c3097068e5d diff --git a/basis/help/html/stylesheet.css b/basis/help/html/stylesheet.css index cd83ac195f..7fe0ca3900 100644 --- a/basis/help/html/stylesheet.css +++ b/basis/help/html/stylesheet.css @@ -18,7 +18,7 @@ body { } input { - border: 1px solid #dbdbdb; + border: 1px solid #d5d5d5; border-radius: 3px; font-size: 1.0em; } @@ -42,7 +42,7 @@ tr:hover { } nav { - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #d5d5d5; background-color: #f5f5f5; padding: 10px; padding-left: calc(max(50% - 400px, 0px) + 15px); @@ -71,7 +71,7 @@ nav img { footer { margin-top: 15px; - border-top: 1px dashed #ccc; + border-top: 1px dashed #d5d5d5; color: #666; font-size: 10pt; }