Skip to content

Commit

Permalink
make menus similar
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Oct 3, 2024
1 parent e14c9e7 commit 7643f5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test_report/src/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]
</script>
Expand All @@ -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 {
Expand Down

0 comments on commit 7643f5a

Please sign in to comment.