0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

nasmdoc.css: highlight the target of an #-link

It is much easier to spot if we get a nice highlight...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin
2017-04-14 12:25:43 -07:00
parent 8c81ae0363
commit 289f9e4429

View File

@@ -77,6 +77,8 @@ ul.index {
:target {
margin-top: -10vh;
padding-top: 10vh;
background: #ff4; /* Highlight the jump target */
background-clip: content-box;
}
ul.navbar {