aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mousetrap/plugins/record/tests/jelly.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mousetrap/plugins/record/tests/jelly.css')
-rw-r--r--lib/mousetrap/plugins/record/tests/jelly.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/mousetrap/plugins/record/tests/jelly.css b/lib/mousetrap/plugins/record/tests/jelly.css
new file mode 100644
index 0000000..a071c77
--- /dev/null
+++ b/lib/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;
+}