diff --git a/test_report/src/Nav.svelte b/test_report/src/Nav.svelte index 118d1d2..86d4ab0 100644 --- a/test_report/src/Nav.svelte +++ b/test_report/src/Nav.svelte @@ -7,10 +7,10 @@ {title: "Overview", href: "/index.html"}, {title: "View Definition", href: "/StructureDefinition-ViewDefinition.html"}, {title: "Artifacts", href: "/artifacts.html"}, + {title: "Contributing", href: "/contributing.html"}, {title: "Playground", href: prefix + "/playground.html"}, {title: "Tests", href: prefix + "/tests.html"}, - {title: "Implementations", href: prefix + "/impls.html"}, - {title: "Contributing", href: "/contributing.html"} + {title: "Implementations", href: prefix + "/impls.html"} ] @@ -20,10 +20,10 @@ #family-nav { - line-height: 50px; - float: right; - margin-top: 4px; - margin-bottom: 8px; + line-height: 50px; + float: right; + margin-top: 4px; + margin-bottom: 8px; } #project-nav {