-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resize the crossword grid by dimensions, not the type
- Loading branch information
1 parent
d3321eb
commit dbe5e43
Showing
6 changed files
with
8 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<div class="content__main tonal__main tonal__main--tone-news"> | ||
<div class="gs-container"> | ||
<div class="js-content-main-column"> | ||
<div class="crossword__container [email protected].crosswordType.toString.toLowerCase() crossword__container--accessible"> | ||
<div class="crossword__container crossword__container--@{crosswordPage.crossword.dimensions.cols}cell crossword__container--accessible"> | ||
<div class="crossword__accessible-row-data-wrapper"> | ||
<div class="crossword__accessible-data"> | ||
<h3 class="crossword__accessible-data--header">Blanks</h3> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
data-crossword-data="@Json.stringify(Json.toJson(crosswordPage.crossword))"> | ||
|
||
<div | ||
class="crossword__container [email protected].crosswordType.toString.toLowerCase()"> | ||
class="crossword__container crossword__container--@{crosswordPage.crossword.dimensions.cols}cell"> | ||
@* The following is a fallback for when JavaScript is not enabled *@ | ||
<div class="crossword__container__grid-wrapper"> | ||
<noscript>@crosswordPage.svg</noscript> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters