diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -219,6 +219,23 @@ div.options a { margin-bottom: 0; margin-top: 5px; } +a.permalink{ + visibility: hidden; +} + +a.permalink:hover{ + text-decoration: none; +} + +h1:hover > a.permalink, +h2:hover > a.permalink, +h3:hover > a.permalink, +h4:hover > a.permalink, +h5:hover > a.permalink, +h6:hover > a.permalink, +div:hover > a.permalink { + visibility: visible; +} #header { margin: 0; diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -227,7 +227,10 @@ %if c.readme_data:
- +