summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-10 20:36:36 +0000
committerumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-10 20:36:36 +0000
commit69adaa6158594dbe00d1b249e31445e1f0bc6c7b (patch)
treeaa6b1846aa3b838ff89c19f794204aea9ce0090e
parenta7b81d3999043cf2023538700df620aaf01a3876 (diff)
downloadreadability-simple-69adaa6158594dbe00d1b249e31445e1f0bc6c7b.tar.bz2
readability-simple-69adaa6158594dbe00d1b249e31445e1f0bc6c7b.zip
Readability footer
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@20 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
-rwxr-xr-xjs/readability.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/readability.js b/js/readability.js
index 8b14f95..64abcdc 100755
--- a/js/readability.js
+++ b/js/readability.js
@@ -133,9 +133,9 @@ function grabArticle() {
articleFooter.id = "readFooter";
articleFooter.innerHTML = "\
<a href='http://www.arc90.com'><img src='http://lab.arc90.com/experiments/readability/images/footer.png'></a>\
- <div style='float: right; line-height: 1; text-align: right; font-size:12px; margin-top: 5px'>\
- <a href='#' onclick='return restoreDocument()'>Back to Original</a><br />\
- v" + readabilityVersion + " &nbsp&bull&nbsp; <a href='http://code.google.com/p/arc90labs-readability/issues/entry'>Report an Issue</a>\
+ <div class='footer-right' >\
+ <a href='#' onclick='return restoreDocument()'>Reload Page &raquo;</a>\
+ <span class='version'>Readability version " + readabilityVersion + "</span>\
</div>\
";