Skip to content

Commit

Permalink
Fixed a dodgy nav menu bug...
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <[email protected]>
  • Loading branch information
nathanjhood committed Sep 11, 2023
1 parent c6ec5b6 commit 900cf59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions doxy_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ div.fragment {

div.line {
font-family: var(--font-family-monospace);
font-size: 13px;
font-size: 13px;
min-height: 13px;
line-height: 1.2;
text-wrap: unrestricted;
Expand Down Expand Up @@ -1017,20 +1017,20 @@ table.memberdecls {
}

.memproto, dl.reflist dt {
border-top: 1px solid var(--memdef-border-color);
border-left: 1px solid var(--memdef-border-color);
border-right: 1px solid var(--memdef-border-color);
padding: 6px 0px 6px 0px;
color: var(--memdef-proto-text-color);
font-weight: bold;
text-shadow: var(--memdef-proto-text-shadow);
background-color: var(--memdef-proto-background-color);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;
border-top: 1px solid var(--memdef-border-color);
border-left: 1px solid var(--memdef-border-color);
border-right: 1px solid var(--memdef-border-color);
padding: 6px 0px 6px 0px;
color: var(--memdef-proto-text-color);
font-weight: bold;
text-shadow: var(--memdef-proto-text-shadow);
background-color: var(--memdef-proto-background-color);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;
}

.overload {
font-family: var(--font-family-monospace);
font-family: var(--font-family-monospace);
font-size: 65%;
}

Expand Down
2 changes: 1 addition & 1 deletion menudata.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var menudata={
children: [
{
text: "Home",
url: "https://stoneydsp.github.io/index.html"
url: "index.html"
},
{
text: "CxxWin",
Expand Down

0 comments on commit 900cf59

Please sign in to comment.