Merge pull request #460 from phoenixstormcrow/phoenixstormcrow-459
removed "white-space: pre-line" rule from pre.wrappable elements to p…
This commit is contained in:
@ -20,6 +20,16 @@ li, .wrappable {
|
|||||||
word-wrap: break-word; /* IE 5+ */
|
word-wrap: break-word; /* IE 5+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre.wrappable {
|
||||||
|
white-space: pre; /* CSS 2.0 */
|
||||||
|
white-space: pre-wrap; /* CSS 2.1 */
|
||||||
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
white-space: -o-pre-wrap; /* Opera 7 */
|
||||||
|
white-space: -moz-pre-wrap; /* Mozilla */
|
||||||
|
white-space: -hp-pre-wrap; /* HP Printers */
|
||||||
|
word-wrap: break-word; /* IE 5+ */
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
Reference in New Issue
Block a user