2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

bring back checkbox borders to iOS by conditionalizing the border: 0; on it to IE7-9; fix word break on pre in IE

This commit is contained in:
Mark Otto
2012-02-16 22:34:30 -08:00
parent 6f6adfb52f
commit 091622644a
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ pre {
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
// Make prettyprint styles more spaced out for readability
&.prettyprint {