Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Mar 14, 2024
1 parent 133fdaa commit 55c05cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@
display: none;
}

.bd-sidenav {
top: 1em;
.bd-sidebar {
top: .1em;
}

.bd-sidenav li {
padding-left: 10px;
}

.logo{
width: 100%;
}

.list-group-item {
border: none;
padding: 0;
Expand All @@ -34,7 +38,7 @@
<div class="container-fluid">
<div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
<h3 class="text-dark">PhET Style Guide</h3>
<h3 class="text-dark"><img class="logo" src="./images/logo.png"><br> Style Guide</h3>
<!-- navigation -->
<nav class="collapse bd-links">
<div class="bd-toc-item">
Expand Down
10 changes: 7 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@
display: none;
}

.bd-sidenav {
top: 1em;
.bd-sidebar {
top: .1em;
}

.bd-sidenav li {
padding-left: 10px;
}

.logo{
width: 100%;
}

.list-group-item {
border: none;
padding: 0;
Expand All @@ -34,7 +38,7 @@
<div class="container-fluid">
<div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
<h3 class="text-dark">PhET Style Guide</h3>
<h3 class="text-dark"><img class="logo" src="./images/logo.png"><br> Style Guide</h3>
<!-- navigation -->
<nav class="collapse bd-links">
{{#each parents as |parent|}}
Expand Down

0 comments on commit 55c05cf

Please sign in to comment.