File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 38
38
font-weight : bold;
39
39
}
40
40
.playfield .text-nomatch {
41
- }
42
- .playfield .experiment {
43
- margin-top : 1em ;
44
- }
45
- .playfield .experiment input {
46
- width : 100% ;
47
- margin : 0.3em ;
48
- }
49
- .playfield .experiment .content {
50
- padding-left : 1em ;
51
- }
52
- .playfield .experiment ::after {
53
- content : none;
54
- }
55
-
56
- .playfield .experiment .match {
57
-
58
41
}
59
42
60
43
/* --- feedback if matches or not --- */
89
72
}
90
73
.playfield .verbose .nomatch .fail : after {
91
74
content : "ok, nicht gefunden" ;
92
- }
75
+ }
76
+
77
+ /* --- experiment --- */
78
+ .playfield .experiment {
79
+ margin-top : 1em ;
80
+ }
81
+ .playfield .experiment input {
82
+ width : 100% ;
83
+ margin : 0.3em ;
84
+ }
85
+ .playfield .experiment .content {
86
+ padding-left : 1em ;
87
+ }
88
+ .playfield .experiment ::after {
89
+ content : none;
90
+ }
91
+
92
+ .playfield .experiment .match {
93
+ }
You can’t perform that action at this time.
0 commit comments