Commit ac90fbf4 authored by Mark Otto's avatar Mark Otto

Merge pull request #8297 from cvrebert/patch-1

rm pre{white-space:pre-wrap;} since redundant to Normalize
parents 73ec8e03 9b97d631
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment