Skip to content

Commit

Permalink
Remove unnecessary pre styles
Browse files Browse the repository at this point in the history
`word-wrap: break-word` was only needed for IE 6/7, and `white-space:
pre` is the default for all supported browsers.

Fix necolasgh-159
  • Loading branch information
necolas committed Jan 19, 2013
1 parent 63acb0b commit 28f1518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
== HEAD

* Remove unnecessary `pre` styles.
* Add `main` element to HTML5 display definitions.
* Fix cursor style for disabled button `input`.

Expand Down
2 changes: 0 additions & 2 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ samp {
*/

pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}

/**
Expand Down

0 comments on commit 28f1518

Please sign in to comment.