Skip to content

Commit c6e7406

Browse files
committed
Correct nested ol/ul selector
Sorry, quick fix because I’m stupid.
1 parent 66fd7d4 commit c6e7406

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Blitz_framework/Blitz-debug.epub

-5 Bytes
Binary file not shown.

Blitz_framework/CSS/AltStylesheets/blitz.uncommented.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@ ul {
389389
margin: 1em 0
390390
}
391391
}
392-
ol + ol,
393-
ol + ul,
394-
ul + ol,
395-
ul + ul {
392+
ol ol,
393+
ol ul,
394+
ul ol,
395+
ul ul {
396396
padding-left: 1em
397397
}
398398
ul {

Blitz_framework/CSS/blitz.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,10 @@ ol {
466466
margin: 1em 0;
467467
}
468468
}
469-
ol + ol,
470-
ol + ul,
471-
ul + ol,
472-
ul + ul {
469+
ol ol,
470+
ol ul,
471+
ul ol,
472+
ul ul {
473473
padding-left: 1em;
474474
}
475475
ul {

Blitz_framework/LESS/extensions/lists.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ol {
1010
}
1111
}
1212

13-
ol + ol,
14-
ol + ul,
15-
ul + ol,
16-
ul + ul {
13+
ol ol,
14+
ol ul,
15+
ul ol,
16+
ul ul {
1717
padding-left: ((@body-font-size) / @body-font-size) + 0em;
1818
}
1919

Blitz_template/Blitz_epub3.epub

-4 Bytes
Binary file not shown.

Blitz_template/Blitz_epub3/OEBPS/Styles/blitz.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,10 @@ ol {
466466
margin: 1em 0;
467467
}
468468
}
469-
ol + ol,
470-
ol + ul,
471-
ul + ol,
472-
ul + ul {
469+
ol ol,
470+
ol ul,
471+
ul ol,
472+
ul ul {
473473
padding-left: 1em;
474474
}
475475
ul {

0 commit comments

Comments
 (0)