aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-06-06 18:41:56 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2011-06-06 18:41:56 -0300
commiteb64cdfdef69149e0ae7d229a08a4b482731d4de (patch)
tree74fd7706e07d99b6dc81517ea81ee754c5734f54
parent75cffde7e51646e6e5561384caacb4a1932005cf (diff)
Show perm links only when the mouse hover on title.
-rw-r--r--doc/_themes/pysidedocs/static/pysidedocs.css5
1 files changed, 5 insertions, 0 deletions
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;