Skip to content

Commit

Permalink
Merge pull request #213 from okmiim/fix/nested-list-bignums
Browse files Browse the repository at this point in the history
Fix nested list in bignums
  • Loading branch information
marble authored Oct 30, 2023
2 parents 6192d8b + 00b00fd commit 5c80df8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:
-v $(pwd):/PROJECT:ro \
-v $(pwd)/Documentation-GENERATED-temp:/RESULT \
-v ${{ github.workspace }}/WHEELS:/WHEELS \
ghcr.io/t3docs/render-documentation:develop makehtml \
ghcr.io/t3docs/render-documentation:latest makehtml \
-c make_singlehtml 1 \
-c jobfile /RESULT/jobfile.json
Expand Down
4 changes: 2 additions & 2 deletions sass/_component_bignums.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $bignum-xxl: 1.5rem !default;
border-radius: $border-radius;
min-height: (($bignum-normal * 2) + $spacer * 2);
> .first,
p:first-child {
> p:first-child {
font-weight: $font-weight-bold;
font-size: $bignum-normal;
}
Expand Down Expand Up @@ -133,7 +133,7 @@ $bignum-xxl: 1.5rem !default;
border-style: none;
min-height: ($bignum-xxl * 2);
> .first,
p:first-child {
> p:first-child {
font-size: $bignum-xxl;
}
&:before {
Expand Down
2 changes: 1 addition & 1 deletion sphinx_typo3_theme/static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinx_typo3_theme/static/css/theme.css.map

Large diffs are not rendered by default.

0 comments on commit 5c80df8

Please sign in to comment.