Skip to content

Commit

Permalink
sort some selectors and properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 25, 2023
1 parent 47eaf8e commit ef45b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,11 @@
.doc .ulist,
.doc .exampleblock,
.doc .imageblock,
.doc .videoblock,
.doc .listingblock,
.doc .literalblock,
.doc .sidebarblock,
.doc .verseblock,
.doc .videoblock,
.doc .quoteblock,
.doc .partintro,
.doc details,
Expand Down Expand Up @@ -698,10 +698,10 @@
.doc .admonitionblock .title,
.doc .exampleblock .title,
.doc .imageblock .title,
.doc .videoblock .title,
.doc .literalblock .title,
.doc .listingblock .title,
.doc .openblock .title,
.doc .videoblock .title,
.doc table.tableblock caption {
color: var(--caption-font-color);
font-size: calc(16 / var(--rem-base) * 1rem);
Expand All @@ -718,8 +718,8 @@

.doc .olist .title,
.doc .ulist .title {
font-weight: var(--caption-font-weight);
font-style: var(--caption-font-style);
font-weight: var(--caption-font-weight);
margin-bottom: 0.25rem;
}

Expand Down

0 comments on commit ef45b83

Please sign in to comment.