From 72df9d496c4efa0ad154f0623a4a41b9ebfb948b Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Mon, 6 Jun 2011 16:14:56 -0300 Subject: Show perm links only when the mouse hover on title. Reviewer: Luciano Wolf Marcelo Lira --- doc/_themes/pysidedocs/static/pysidedocs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css index 0a6a35a4f..39d8a4280 100644 --- a/doc/_themes/pysidedocs/static/pysidedocs.css +++ b/doc/_themes/pysidedocs/static/pysidedocs.css @@ -141,12 +141,17 @@ pre * { font-size: 100%; color: inherit; float: right; + visibility: Hidden; } h1 .headerlink { padding-right: 50px; } +h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink { + visibility: Visible; +} + a, a:visited { color: #009491; text-decoration: none; -- cgit v1.2.3