diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2018-02-14 12:23:16 +0100 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2018-02-15 19:50:46 +0100 |
commit | 3b3477f5bb137a1a8206e4940ee529b3c88081d7 (patch) | |
tree | bec924981a33449a7d5c7e71958bdc4c4866f3c9 | |
parent | 426fd91dcdfb5bd270ef1a185ef4face49bda1bf (diff) | |
download | irssi.github.io-3b3477f5bb137a1a8206e4940ee529b3c88081d7.zip |
no hyphens in code
-rw-r--r-- | assets/css/style.css | 7 |
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; +} |