From 3271fd851a0ecacf9c4792a2dfe517a4a703a003 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 6 Sep 2014 14:57:49 +0200 Subject: [PATCH] remove hyphenation from code elements, fixes #18 --- _src/assets/styl/code.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/_src/assets/styl/code.styl b/_src/assets/styl/code.styl index ea342ad6..a5f26150 100644 --- a/_src/assets/styl/code.styl +++ b/_src/assets/styl/code.styl @@ -10,6 +10,7 @@ pre, samp font-family: $font-family-monospace font-size: $font-size-small + hyphens: none code, kbd