diff options
author | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-10 20:36:36 +0000 |
---|---|---|
committer | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-10 20:36:36 +0000 |
commit | 69adaa6158594dbe00d1b249e31445e1f0bc6c7b (patch) | |
tree | aa6b1846aa3b838ff89c19f794204aea9ce0090e /js | |
parent | a7b81d3999043cf2023538700df620aaf01a3876 (diff) | |
download | readability-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
Diffstat (limited to 'js')
-rwxr-xr-x | js/readability.js | 6 |
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 + "  &bull <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 »</a>\
+ <span class='version'>Readability version " + readabilityVersion + "</span>\
</div>\
";
|