summaryrefslogtreecommitdiff
path: root/code-box.css
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-28 14:15:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-28 14:15:22 +0200
commitfe9e7121d07c5a134559f02d5dc46cceb3f276c1 (patch)
treee91d70fb0bc8c89c0ded59b4dfef45b33703c3b4 /code-box.css
parent9510963c900770f86f80b98f07deb8242448b117 (diff)
Style update for intro
Diffstat (limited to 'code-box.css')
-rw-r--r--code-box.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/code-box.css b/code-box.css
new file mode 100644
index 0000000..9c9e1fc
--- /dev/null
+++ b/code-box.css
@@ -0,0 +1,25 @@
+/* file : code-box.css
+ * copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+ * license : MIT; see accompanying LICENSE file
+ */
+
+code
+{
+ background-color: rgba(0, 0, 0, 0.05);
+ border-radius: 0.2em;
+ padding: .2em .32em .18em .32em;
+}
+
+/*
+code::before
+{
+ letter-spacing: -0.2em;
+ content: "\00a0";
+}
+
+code::after
+{
+ letter-spacing: -0.2em;
+ content: "\00a0";
+}
+*/ \ No newline at end of file