summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2018-02-14 12:23:16 +0100
committerAilin Nemui <ailin@z30a.localdomain>2018-02-15 19:50:46 +0100
commit3b3477f5bb137a1a8206e4940ee529b3c88081d7 (patch)
treebec924981a33449a7d5c7e71958bdc4c4866f3c9
parent426fd91dcdfb5bd270ef1a185ef4face49bda1bf (diff)
downloadirssi.github.io-3b3477f5bb137a1a8206e4940ee529b3c88081d7.zip
no hyphens in code
-rw-r--r--assets/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 6630f58..da1b416 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -483,3 +483,10 @@ blockquote {
content: "[ ]"; position: absolute; margin-left:-1.4em;
white-space: pre;
}
+
+code {
+ hyphens: none;
+ -moz-hyphens: none;
+ -webkit-hyphens: none;
+ -ms-hyphens: none;
+}