I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 26f90f9e authored by str4d's avatar str4d
Browse files

Wrap long lines in {% highlight %} blocks

parent 07464624
No related branches found
No related tags found
No related merge requests found
......@@ -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+ */
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment