From: spf13 Date: Tue, 26 Aug 2014 16:30:28 +0000 (-0400) Subject: small tweaks to the hover effect X-Git-Tag: v0.12~29 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=987a82d043030bcf2854bc059a9b971bab990cc5;p=brevno-suite%2Fhugo small tweaks to the hover effect --- diff --git a/docs/static/css/style.css b/docs/static/css/style.css index 4cc54175..44c83c3c 100755 --- a/docs/static/css/style.css +++ b/docs/static/css/style.css @@ -134,13 +134,13 @@ a, a:hover, a:focus { .panel-body a:after { display: block; content: ""; - height: 2px; + height: 1px; width: 0%; background-color: #ff4088; - -webkit-transition: width 0.3s ease; - -moz-transition: width 0.3s ease; - -ms-transition: width 0.3s ease; - transition: width 0.3s ease; + -webkit-transition: width 0.5s ease; + -moz-transition: width 0.5s ease; + -ms-transition: width 0.5s ease; + transition: width 0.5s ease; } .panel-body a:hover:after, .panel-body a:focus:after {