summaryrefslogtreecommitdiff
path: root/css/readability-print.css
diff options
context:
space:
mode:
authorJJfutbol <JJfutbol@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-07-10 00:57:39 +0000
committerJJfutbol <JJfutbol@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-07-10 00:57:39 +0000
commit90cf706688f8899b381e98008327b77a15b754ca (patch)
tree5a3a8ad5cefda89d93810f0e8f17254cef96da60 /css/readability-print.css
parent39c3d23a79705caa7441a3cce47ed26ff9d7599b (diff)
downloadreadability-simple-90cf706688f8899b381e98008327b77a15b754ca.tar.bz2
readability-simple-90cf706688f8899b381e98008327b77a15b754ca.zip
added pre styles to both css files
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@62 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
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;
}