Wrap long lines in {% highlight %} blocks

This commit is contained in:
str4d
2016-03-05 15:56:42 +00:00
parent 07464624ae
commit 26f90f9e7a

View File

@ -395,8 +395,12 @@ div#content .inner ul.DREAD {
* Additions to syntax.css
*/
.highlight {
overflow: auto
.highlight > pre {
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+ */
}
/*