@@ -536,7 +536,19 @@ cite.literate-source > a::before {
536
536
.tabset > input : nth-child (9 ): checked ~ .tab-panels > .tab-panel : nth-child (5 ),
537
537
.tabset > input : nth-child (11 ): checked ~ .tab-panels > .tab-panel : nth-child (6 ),
538
538
.tabset > input : nth-child (13 ): checked ~ .tab-panels > .tab-panel : nth-child (7 ),
539
- .tabset > input : nth-child (15 ): checked ~ .tab-panels > .tab-panel : nth-child (8 ){
539
+ .tabset > input : nth-child (15 ): checked ~ .tab-panels > .tab-panel : nth-child (8 ),
540
+ .tabset > input : nth-child (17 ): checked ~ .tab-panels > .tab-panel : nth-child (9 ),
541
+ .tabset > input : nth-child (19 ): checked ~ .tab-panels > .tab-panel : nth-child (10 ),
542
+ .tabset > input : nth-child (21 ): checked ~ .tab-panels > .tab-panel : nth-child (11 ),
543
+ .tabset > input : nth-child (23 ): checked ~ .tab-panels > .tab-panel : nth-child (12 ),
544
+ .tabset > input : nth-child (25 ): checked ~ .tab-panels > .tab-panel : nth-child (13 ),
545
+ .tabset > input : nth-child (27 ): checked ~ .tab-panels > .tab-panel : nth-child (14 ),
546
+ .tabset > input : nth-child (29 ): checked ~ .tab-panels > .tab-panel : nth-child (15 ),
547
+ .tabset > input : nth-child (31 ): checked ~ .tab-panels > .tab-panel : nth-child (16 ),
548
+ .tabset > input : nth-child (33 ): checked ~ .tab-panels > .tab-panel : nth-child (17 ),
549
+ .tabset > input : nth-child (35 ): checked ~ .tab-panels > .tab-panel : nth-child (18 ),
550
+ .tabset > input : nth-child (37 ): checked ~ .tab-panels > .tab-panel : nth-child (19 ),
551
+ .tabset > input : nth-child (39 ): checked ~ .tab-panels > .tab-panel : nth-child (20 ){
540
552
display : block;
541
553
}
542
554
0 commit comments