Skip to content

Commit

Permalink
Merge pull request #143 from thomas-pike/fix-syntax-error
Browse files Browse the repository at this point in the history
Remove erroneous trailing commas
  • Loading branch information
ronilaukkarinen authored Nov 10, 2024
2 parents 72d3793 + 346000a commit 3130570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -1672,8 +1672,7 @@ body.embed .detailed-status,

.layout-multiple-columns .media-gallery > .media-gallery__item:nth-of-type(odd),
.layout-multiple-columns .media-gallery > .media-gallery__item:nth-of-type(odd) > a,
.layout-multiple-columns .media-gallery__preview:nth-of-type(odd),
{
.layout-multiple-columns .media-gallery__preview:nth-of-type(odd) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
Expand Down
3 changes: 1 addition & 2 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1729,8 +1729,7 @@ body.embed .detailed-status .video-player,

.layout-single-column .media-gallery > .media-gallery__item:nth-of-type(odd),
.layout-single-column .media-gallery > .media-gallery__item:nth-of-type(odd) > a,
.layout-single-column .media-gallery__preview:nth-of-type(odd),
{
.layout-single-column .media-gallery__preview:nth-of-type(odd) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
Expand Down

0 comments on commit 3130570

Please sign in to comment.