Remove underline on sections backlinks.

This commit is contained in:
Jean-Paul Chaput 2017-07-15 18:06:12 +02:00
parent eb73e5eca7
commit e8c4acf79c
1 changed files with 10 additions and 0 deletions

View File

@ -2698,6 +2698,16 @@ a {
a:hover { color: #3091d1; }
a:visited { color: #9B59B6; }
a.headerlink,
a.headerlink:link,
a.headerlink:active,
a.headerlink:focus,
a.headerlink:visited
{
padding-left: 4pt;
border-bottom: none;
}
html {
height: 100%;
overflow-x: hidden;