summaryrefslogtreecommitdiff
path: root/css/readability-print.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/readability-print.css')
-rwxr-xr-xcss/readability-print.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/readability-print.css b/css/readability-print.css
index 855e827..4aef7b6 100755
--- a/css/readability-print.css
+++ b/css/readability-print.css
@@ -1,6 +1,15 @@
#readInner {
width: 100% !important;
}
+#readInner pre {
+ overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
+ 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 */
+ /* width: 99%; */
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
+}
#readTools {
display: none;
}