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:
parent
6f6adfb52f
commit
091622644a
4 changed files with 12 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue