Commit 1cb62392 authored by Jason Fox's avatar Jason Fox
Browse files

Add spacer

parent ba6a3f65
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -87,6 +87,18 @@ flex-item:has(#TOC):after {
  background-color: rgba(200, 200, 200);
}

#TOC > ul > li:has(a[href*="intellectual-property-rights.html"]){
   margin-top: 8px;
}

#TOC > ul > li:has(a[href*="clause-1.html"]),
#TOC > ul > li:has(a[href*="annex-a.html"]),
#TOC > ul > li:has(a[href*="history.html"]) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px inset white;
}

#TOC ul:after {
   background-color: #02488d;
}