fix links hover in api view

This commit is contained in:
Laura Klünder 2016-09-12 02:13:18 +02:00
parent 55d125889f
commit 568f0f2831

View file

@ -49,3 +49,9 @@ pre, pre.prettyprint {
h1 {
margin-top:10px;
}
pre a:hover {
text-decoration:none;
}
pre a:hover > * {
text-decoration:underline;
}