Skip to content

Commit 015c44c

Browse files
committed
tidying up
1 parent 6ab440d commit 015c44c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

time/current.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</video>
3232
</section>
3333

34-
<textarea class="playable playable-css" style="height: 200px;">
34+
<textarea class="playable playable-css" style="height: 100px;">
3535
:current(p, span) {
3636
background-color: yellow;
3737
}

time/future.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</video>
3232
</section>
3333

34-
<textarea class="playable playable-css" style="height: 200px;">
34+
<textarea class="playable playable-css" style="height: 100px;">
3535
:future(p, span) {
3636
background-color: green;
3737
}

time/past.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</video>
3232
</section>
3333

34-
<textarea class="playable playable-css" style="height: 200px;">
34+
<textarea class="playable playable-css" style="height: 100px;">
3535
:past(p, span) {
3636
background-color: red;
3737
}

0 commit comments

Comments
 (0)