Skip to content

Commit 096fd52

Browse files
committed
Merge pull request coffeescript-cookbook#60 from gbchaosmaster/word-wrap
Wrap whole words
2 parents 83d3a55 + 80f34cf commit 096fd52

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

css/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,6 @@ h6 {
107107
margin: 2.33em 0;
108108
}
109109

110-
111-
p, div {
112-
-ms-word-break: break-all;
113-
word-break: break-all;
114-
word-break: break-word; /* old webkit */
115-
}
116-
117110
abbr[title] { border-bottom: 1px dotted; }
118111

119112
b, strong { font-weight: bold; }

0 commit comments

Comments
 (0)