diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lhs-test.html | 5 | ||||
| -rw-r--r-- | test/lhs-test.html+lhs | 5 | ||||
| -rw-r--r-- | test/s5-basic.html | 5 | ||||
| -rw-r--r-- | test/s5-fancy.html | 5 | ||||
| -rw-r--r-- | test/s5-inserts.html | 5 | ||||
| -rw-r--r-- | test/writer.html4 | 5 | ||||
| -rw-r--r-- | test/writer.html5 | 5 |
7 files changed, 28 insertions, 7 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index 086c1bcae..4d3a0dd65 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -152,8 +152,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index 050fa75f8..11ae6a3b7 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -152,8 +152,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; diff --git a/test/s5-basic.html b/test/s5-basic.html index cfd3a755d..32b578779 100644 --- a/test/s5-basic.html +++ b/test/s5-basic.html @@ -16,8 +16,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; diff --git a/test/s5-fancy.html b/test/s5-fancy.html index 4f3cb8194..8e130823e 100644 --- a/test/s5-fancy.html +++ b/test/s5-fancy.html @@ -16,8 +16,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; diff --git a/test/s5-inserts.html b/test/s5-inserts.html index cafb1c3e5..491a10849 100644 --- a/test/s5-inserts.html +++ b/test/s5-inserts.html @@ -14,8 +14,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; diff --git a/test/writer.html4 b/test/writer.html4 index d5e57b19b..81894b3da 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -155,8 +155,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; diff --git a/test/writer.html5 b/test/writer.html5 index 99ff195ef..d2adb0cdb 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -155,8 +155,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; |
