Force ltr direction on pre elements

Fixes #300.
pull/303/merge
Thibaut 9 years ago
parent 1fd5c96f82
commit 37454b1e4d

@ -93,6 +93,7 @@ pre, code, samp, %pre, %code {
font-size: .9em; font-size: .9em;
color: $textColor; color: $textColor;
white-space: pre-wrap; white-space: pre-wrap;
direction: ltr;
-moz-tab-size: 2; -moz-tab-size: 2;
-o-tab-size: 2; -o-tab-size: 2;
tab-size: 2; tab-size: 2;

Loading…
Cancel
Save