Skip to content

Commit

Permalink
Deploying to gh-pages from @ e794782 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Woedenaz committed Dec 20, 2023
1 parent bedf421 commit 2a07de3
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
13 changes: 9 additions & 4 deletions css/black-highlighter.css
Original file line number Diff line number Diff line change
Expand Up @@ -3312,12 +3312,17 @@ sub,
#main-content sup {
position: relative;
font-size: 0.75em;
top: -0.5em;
}

sup,
#main-content sup {
top: -0.125em;
vertical-align: super;
}

sub,
#main-content sub {
bottom: -0.25em;
top: 0.125em;
vertical-align: sub;
}

Expand Down Expand Up @@ -16447,8 +16452,8 @@ div.heritage-rating-module div.heritage-emblem img {

#page-content table.wiki-content-table,
#page-content div.b-tables table.wiki-content-table,
#page-content table.wiki-content-table *,
#page-content div.b-tables table.wiki-content-table * {
#page-content table.wiki-content-table td,
#page-content div.b-tables table.wiki-content-table td {
--min-font-size: 0.8125rem;

vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion css/black-highlighter.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/min/black-highlighter.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/min/black-highlighter.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/parts/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ div.heritage-rating-module {
color: rgb(var(--tables-body-txt));

&,
& * {
& td {
--min-font-size: 0.8125rem;

vertical-align: middle;
Expand Down
11 changes: 9 additions & 2 deletions css/parts/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -1131,14 +1131,21 @@ sup {
#main-content & {
position: relative;
font-size: 0.75em;
top: -0.5em;
}
}

sup {
&,
#main-content & {
top: -0.125em;
vertical-align: super;
}
}

sub {
&,
#main-content & {
bottom: -0.25em;
top: 0.125em;
vertical-align: sub;
}
}
Expand Down

0 comments on commit 2a07de3

Please sign in to comment.