summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJfutbol <JJfutbol@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-07-17 23:02:09 +0000
committerJJfutbol <JJfutbol@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-07-17 23:02:09 +0000
commita92b5ba9239c324ec4f286ed8bdd931d4ba30ff7 (patch)
tree79ddb50a13c6101832d41114d18b0f3eda3895a3
parentec948dcb9966f08efeb9c09ccf81d66966e1bfec (diff)
downloadreadability-simple-a92b5ba9239c324ec4f286ed8bdd931d4ba30ff7.tar.bz2
readability-simple-a92b5ba9239c324ec4f286ed8bdd931d4ba30ff7.zip
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@70 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
-rwxr-xr-xcss/readability.css5
-rwxr-xr-xjs/readability.js7
2 files changed, 4 insertions, 8 deletions
diff --git a/css/readability.css b/css/readability.css
index 746bbc3..6d4af7f 100755
--- a/css/readability.css
+++ b/css/readability.css
@@ -11,7 +11,6 @@
line-height: 1.4em;
margin: 0 auto;
max-width: 800px;
- text-align: left;
width: 800px;
}
#readInner a {
@@ -46,7 +45,6 @@
background: none;
border: none;
margin-bottom: 16px;
- text-align: left;
}
#readInner h1 {
border-bottom: 1px solid #333;
@@ -103,6 +101,9 @@
padding: 0;
text-align: center;
}
+#readFooter a.footer-twitterLink {
+ font-size: 11px;
+}
#readability-version {
font-size: 12px;
font-weight: bold;
diff --git a/js/readability.js b/js/readability.js
index e0ea072..57eb240 100755
--- a/js/readability.js
+++ b/js/readability.js
@@ -51,14 +51,9 @@ if (typeof console == 'undefined')
// parse the article content and add it to the new content container
contentContainer.appendChild(parseContent());
- // FIXME: footer image has both arc90 and readability logos, they should
- // each have their own unique link (issue 59)
- // http://code.google.com/p/arc90labs-readability/issues/detail?id=59
- //
// add the footer and contents
articleFooter.id = "readFooter";
- articleFooter.innerHTML = '<div><a href="http://www.arc90.com"><img src="http://lab.arc90.com/experiments/readability/images/footer.png" width="308" height="66" /></a></div>' +
- '<div id="readability-version">' + readabilityVersion + '</div>';
+ articleFooter.innerHTML = '<div><a href="http://lab.arc90.com/experiments/readability/"><img src="http://lab.arc90.com/experiments/readability/images/footer-readability.png" width="201" height="66" /></a><a href="http://www.arc90.com/"><img src="http://lab.arc90.com/experiments/readability/images/footer-arc90.png" width="108" height="66" /></a></div><div><a href="http://www.twitter.com/arc90" class="footer-twitterLink">Follow us on Twitter &raquo;</a></div><div id="readability-version">' + readabilityVersion + '</div>';
contentContainer.appendChild(articleFooter);
// add the toolbar and then the conent container to our body