From fe9e7121d07c5a134559f02d5dc46cceb3f276c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jan 2016 14:15:22 +0200 Subject: Style update for intro --- code-box.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 code-box.css (limited to 'code-box.css') 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 -- cgit v1.1