Skip to content

Commit

Permalink
Rebuild styles; update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerZeroMaster committed Aug 27, 2024
1 parent 731f000 commit 3c758e9
Show file tree
Hide file tree
Showing 14 changed files with 314 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Style lists at third section level in `cardboard`

## [v2.4.0] - 2024-08-23

- Style `header row` in middle of table and refactor `table shapes` in `nursing-internal`
Expand Down
24 changes: 24 additions & 0 deletions styles/output/accounting-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -4096,6 +4096,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

[data-type=page] > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/astronomy-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3652,6 +3652,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

[data-type=note] > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/bca-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -4723,6 +4723,30 @@ a[data-type=cite] {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

.os-index-container {
column-count: 3;
column-gap: 32px;
Expand Down
24 changes: 24 additions & 0 deletions styles/output/college-success-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3511,6 +3511,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

.os-eoc[data-type=composite-page] {
margin-bottom: 0.7rem;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/computer-science-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -4489,6 +4489,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

[data-type=page] > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/data-science-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3164,6 +3164,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

[data-type=page] > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/entrepreneurship-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3542,6 +3542,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

.os-glossary-container {
margin-bottom: 1.4rem;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/hs-college-success-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3705,6 +3705,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

.os-eoc[data-type=composite-page] {
margin-bottom: 0.7rem;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/information-systems-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3770,6 +3770,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

.os-index-container {
column-count: 3;
column-gap: 32px;
Expand Down
24 changes: 24 additions & 0 deletions styles/output/intro-business-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -2787,6 +2787,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

[data-type=list] > [data-type=title] {
font-family: Noto Sans, StixGeneral;
font-size: 1rem;
Expand Down
24 changes: 24 additions & 0 deletions styles/output/marketing-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -4028,6 +4028,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

.link-to-learning {
margin-bottom: 1.4rem;
}
Expand Down
24 changes: 24 additions & 0 deletions styles/output/pl-marketing-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3236,6 +3236,30 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ul:not([data-labeled-item=true]) > li > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol {
margin-left: 24px;
}

[data-type=composite-page] > section > section > section > ol > li > ul {
margin-left: 16px;
}

[data-type=composite-page] > section > section > section > ol > li > ol {
margin-left: 24px;
}

.link-to-learning {
margin-bottom: 1.4rem;
}
Expand Down
Loading

0 comments on commit 3c758e9

Please sign in to comment.