From: Dan Allen Date: Sat, 31 Mar 2018 01:08:42 +0000 (-0600) Subject: apply style to version links in explore panel to make them stand out more X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f831128d486208b222a95b5a72e238064b5b32b4;p=eg-antora.git apply style to version links in explore panel to make them stand out more --- diff --git a/src/css/navigation-explore.css b/src/css/navigation-explore.css index d5b634a..ea63fa1 100644 --- a/src/css/navigation-explore.css +++ b/src/css/navigation-explore.css @@ -75,18 +75,24 @@ } .navigation-explore .component .version a { + border: 1px solid #b0b0b0; + border-radius: 0.25em; color: #4a4a4a; white-space: nowrap; + padding: 0.05em 0.25em 0; } -.navigation-explore .component .version.is-current { +.navigation-explore .component .is-current a { + border-color: #4a4a4a; font-weight: 500; } -.navigation-explore .component .version.is-latest a::after { +/* +.navigation-explore .component .is-latest a::after { content: ' (latest)'; } +*/ .navigation-explore .component .version + .version { - padding-left: 0.5em; + padding-left: 0.375em; }