Skip to content

Commit fb3800b

Browse files
committed
experiment bewegt
1 parent 469173a commit fb3800b

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

css/playfield.css

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,6 @@
3838
font-weight: bold;
3939
}
4040
.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-
5841
}
5942

6043
/* --- feedback if matches or not --- */
@@ -89,4 +72,22 @@
8972
}
9073
.playfield.verbose .nomatch.fail:after {
9174
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+
}

0 commit comments

Comments
 (0)