Commit 5763509e authored by Randall Leeds's avatar Randall Leeds

use compass force-wrap mixin

parent 5cb6c1a2
@import "compass/typography/text/force-wrap";
@import "reset";
@import 'base';
......@@ -385,14 +387,7 @@ blockquote {
}
.body {
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: -moz-pre-wrap;
white-space: -hp-pre-wrap;
word-wrap: break-word;
@include force-wrap;
}
.bottombar {
......
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