Commit 01c3b6e014ccf248d569116a742de44ebe72bf10

Roman Komarov 2012-07-11T15:28:50

Disabling hyphens in code blocks (mostly for inline ones)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/style.css b/style.css
index 4ad50db..890686a 100644
--- a/style.css
+++ b/style.css
@@ -65,6 +65,7 @@ dd {
 
 code, pre {
 	font-family: Consolas, Monaco, 'Andale Mono', 'Lucida Console', monospace;
+	hyphens: none;
 }
 
 	body > pre:only-child {