comparison static/css/code.less @ 158:d14822d10833

Fix line-wrapping and whitespace for snippets This had been fixed before but I accidentally broke it when trying to remove something else
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:51:22 -0400
parents 00c71a6192de
children
comparison
equal deleted inserted replaced
157:728712eaa1b2 158:d14822d10833
8 left: 40px; 8 left: 40px;
9 padding: 10px; 9 padding: 10px;
10 border: 1px solid @lightGrey; 10 border: 1px solid @lightGrey;
11 .border-radius(7px); 11 .border-radius(7px);
12 12
13 .line p { 13 .line {
14 white-space: pre-wrap; 14 white-space: pre-wrap;
15 word-wrap: break-word;
15 } 16 }
16 } 17 }
17 18
18 .line-counters { 19 .line-counters {
19 position: absolute; 20 position: absolute;