diff options
author | Nick White <git@njw.me.uk> | 2011-06-16 01:29:43 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-06-16 01:29:43 +0100 |
commit | 751f1159831bb0645e019b1fc5581f4cb1e9d9b4 (patch) | |
tree | 4a325361f69ebf6ac51fedca21e432e901e222b9 /simplyread.js | |
parent | 335cebf3653b037e43c3e9f28a31696f0b7f1813 (diff) |
Basic firefox update support, minor css update
Diffstat (limited to 'simplyread.js')
-rwxr-xr-x | simplyread.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplyread.js b/simplyread.js index cc3c730..f7e3d3e 100755 --- a/simplyread.js +++ b/simplyread.js @@ -64,7 +64,7 @@ function simplyread() doc.body.innerHTML = "<style type=\"text/css\"> p{margin:0ex auto;}" + " p+p{text-indent:2em;} body {background-color:#cccccc}" + - " img{float:right; padding-left:1em;}" + + " img{float:right; clear:right; padding-left:1em;}" + " h1,h2,h3,h4 {font-weight:normal}</style>" + "<div style=\"width:34em; padding:8em; padding-top:2em;" + " background-color:white; margin:auto; line-height:1.4;" + |