aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-31 02:22:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-31 02:22:42 +0300
commitd91afdd63285a2120b0e19ec440cb286282d7aef (patch)
tree1a8f0a36fee833cc0201f5625e9f1d3eec391e3f /css
parentbump dependencies (diff)
downloadjekyll-theme-d91afdd63285a2120b0e19ec440cb286282d7aef.tar.gz
jekyll-theme-d91afdd63285a2120b0e19ec440cb286282d7aef.zip
boost: update
Diffstat (limited to 'css')
-rw-r--r--css/code-nowrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/code-nowrap.css b/css/code-nowrap.css
new file mode 100644
index 0000000..ae47c0a
--- /dev/null
+++ b/css/code-nowrap.css
@@ -0,0 +1,3 @@
+code {
+ white-space: nowrap;
+}