Remove underline on sections backlinks.
This commit is contained in:
parent
eb73e5eca7
commit
e8c4acf79c
|
@ -2698,6 +2698,16 @@ a {
|
||||||
a:hover { color: #3091d1; }
|
a:hover { color: #3091d1; }
|
||||||
a:visited { color: #9B59B6; }
|
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 {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in New Issue