X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d..282d69e47ea777ff38c43df7d8e98b0929a023dc:/doc/style.css diff --git a/doc/style.css b/doc/style.css index af460dd0d..0a37e55aa 100644 --- a/doc/style.css +++ b/doc/style.css @@ -239,13 +239,14 @@ input#openid_url { width: 25% } -/* Used by the popup template. */ +/* Used by the popup template and for backlinks hiding. */ .popup { border-bottom: 1px dotted #366; color: #366; } .popup .balloon, -.popup .paren { +.popup .paren, +.popup .expand { display: none; } .popup:hover .balloon, @@ -261,3 +262,7 @@ input#openid_url { -moz-opacity: 0.95; filter: alpha(opacity=95); } +.popup:hover .expand, +.popup:focus .expand { + display: inline; +}