Wrap long lines in {% highlight %} blocks
This commit is contained in:
@ -395,8 +395,12 @@ div#content .inner ul.DREAD {
|
|||||||
* Additions to syntax.css
|
* Additions to syntax.css
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.highlight {
|
.highlight > pre {
|
||||||
overflow: auto
|
white-space: pre-wrap; /* CSS-3 */
|
||||||
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
||||||
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
white-space: -o-pre-wrap; /* Opera 7 */
|
||||||
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user