We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5939bae commit eb7a693Copy full SHA for eb7a693
publish/service_worker_1/WD-service-workers-1-20161011/index.html
@@ -414,7 +414,10 @@
414
.algorithm > ol ol:not(.algorithm) {
415
border-left: 0.5em solid #DEF;
416
}
417
-
+ /* removed for section as it cut through the underline of the anchor */
418
+ section.algorithm[data-algorithm] {
419
+ border-style: hidden;
420
+ }
421
/* Put nice boxes around each algorithm. */
422
[data-algorithm]:not(.heading) {
423
padding: .5em;
@@ -7472,4 +7475,4 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
7472
7475
7473
7476
7474
7477
});
- </script>
7478
+ </script>
0 commit comments