File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 2828 padding : .5em 1em ;
2929 }
3030
31- .breadcrumb li ::before {
31+ .breadcrumb li : not ( : first-child ): :before {
3232 content : "→" ;
3333 }
34-
35- .breadcrumb li : first-child ::before {
36- content : "" ;
37- }
3834 </ style >
3935
4036</ head >
5248
5349</ body >
5450
55- </ html >
51+ </ html >
Original file line number Diff line number Diff line change 2424 display : flex;
2525 }
2626
27- .breadcrumb li ::before {
27+ .breadcrumb li : not ( : first-child ): :before {
2828 content : "→" ;
2929 }
30-
31- .breadcrumb li : first-child ::before {
32- content : "" ;
33- }
3430 </ style >
3531</ head >
3632
5046.breadcrumb ul {
5147 display: flex;
5248}
53-
54- .breadcrumb li::before {
49+
50+ .breadcrumb li:not(:first-child): :before {
5551 content: "→";
5652}
57-
58- .breadcrumb li:first-child::before {
59- content: "";
60- }
6153 </ textarea >
6254
6355 < textarea class ="playable playable-html " style ="height: 170px; ">
7769</ body >
7870< script src ="playable.js "> </ script >
7971
80- </ html >
72+ </ html >
You can’t perform that action at this time.
0 commit comments