Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mousetrap/plugins/record/tests/jelly.css')
-rw-r--r--node_modules/mousetrap/plugins/record/tests/jelly.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/node_modules/mousetrap/plugins/record/tests/jelly.css b/node_modules/mousetrap/plugins/record/tests/jelly.css
new file mode 100644
index 0000000000..a071c77c98
--- /dev/null
+++ b/node_modules/mousetrap/plugins/record/tests/jelly.css
@@ -0,0 +1,18 @@
+body {
+ font-family: helvetica, arial, sans-serif;
+ line-height: 20px;
+}
+
+kbd {
+ background-color: #ccc;
+ display: inline-block;
+ padding: 0.5ex 1em;
+}
+
+.test-record-result {
+ margin-top: 20px;
+}
+
+.test-record-result span:nth-child(n+2) {
+ margin-left: 10px;
+}