Skip to content

Commit

Permalink
fix css errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrew committed Dec 31, 2024
1 parent 1182731 commit 6888cef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@
.doc table.grid-rows > thead th {
border-bottom-width: 2.5px;
color: var(--table-heading-color);

}

.doc table.frame-all {
Expand Down Expand Up @@ -691,7 +690,6 @@
font-weight: var(--caption-font-weight);
margin-bottom: 0.25rem;
color: var(--list-title-color);

}

.doc .imageblock .title,
Expand Down Expand Up @@ -771,7 +769,7 @@
}

.doc .exampleblock > .content > :first-child,
.doc details > .content > :first-child {
.doc details > .content > :first-child {
margin-top: 0;
}

Expand All @@ -788,7 +786,6 @@
margin-bottom: 0.5rem;
text-align: center;
color: var(--sidebar-title-color);

}

.doc .sidebarblock > .content > .title + *,
Expand Down Expand Up @@ -913,7 +910,7 @@

.doc .dlist dt {
font-style: italic;
color: var(--dlist-title-color)
color: var(--dlist-title-color);
}

.doc .dlist dd {
Expand All @@ -939,7 +936,7 @@
.doc td.hdlist1 {
font-weight: var(--body-font-weight-bold);
padding-right: 0.25rem;
color: var(--dlist-title-color)
color: var(--dlist-title-color);
}

.doc td.hdlist2 {
Expand Down

0 comments on commit 6888cef

Please sign in to comment.