0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #8297 from cvrebert/patch-1

rm pre{white-space:pre-wrap;} since redundant to Normalize
This commit is contained in:
Mark Otto 2013-06-25 14:57:41 -07:00
commit ac90fbf4d8

View File

@ -31,8 +31,6 @@ pre {
line-height: @line-height-base;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc; // IE8 fallback
border: 1px solid rgba(0,0,0,.15);