Make text wrap in Readable mode

This commit is contained in:
Paweł Forysiuk 2012-07-26 21:13:30 +02:00 committed by Christian Dywan
parent 917b62e91b
commit 1e6793330f
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
-webkit-column-width: auto !important;
-webkit-box-shadow: none !important;
width: auto !important;
word-wrap: break-word !important;
white-space: pre-line !important;
}
div, p {