Skip to content

Commit eb7a693

Browse files
committed
removed boxes as they cut through the underline of the anchor
1 parent 5939bae commit eb7a693

File tree

1 file changed

+5
-2
lines changed
  • publish/service_worker_1/WD-service-workers-1-20161011

1 file changed

+5
-2
lines changed

publish/service_worker_1/WD-service-workers-1-20161011/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,10 @@
414414
.algorithm > ol ol:not(.algorithm) {
415415
border-left: 0.5em solid #DEF;
416416
}
417-
417+
/* removed for section as it cut through the underline of the anchor */
418+
section.algorithm[data-algorithm] {
419+
border-style: hidden;
420+
}
418421
/* Put nice boxes around each algorithm. */
419422
[data-algorithm]:not(.heading) {
420423
padding: .5em;
@@ -7472,4 +7475,4 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
74727475
}
74737476

74747477
});
7475-
</script>
7478+
</script>

0 commit comments

Comments
 (0)