diff options
author | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-10 20:38:30 +0000 |
---|---|---|
committer | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-10 20:38:30 +0000 |
commit | 595106078a7475afe2cfdcefe385aaf79e7e1565 (patch) | |
tree | 835f8b2eebcdff0e3a10d9fdb86e09b91f34c0f0 | |
parent | 69adaa6158594dbe00d1b249e31445e1f0bc6c7b (diff) | |
download | readability-simple-595106078a7475afe2cfdcefe385aaf79e7e1565.tar.bz2 readability-simple-595106078a7475afe2cfdcefe385aaf79e7e1565.zip |
Footer tweaks
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@21 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
-rwxr-xr-x | css/readability.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/css/readability.css b/css/readability.css index da6d5e4..15292d0 100755 --- a/css/readability.css +++ b/css/readability.css @@ -59,6 +59,16 @@ border-top: 1px solid #333;
text-align: center;
}
+div.footer-right {
+ float: right;
+ line-height: 1;
+ text-align: right;
+ font-size: .75em;
+ margin-top: 18px
+}
+span.version {
+ display: none;
+}
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
@@ -137,4 +147,4 @@ }
.bug-blue {
background: #BFDFFF;
-}
\ No newline at end of file +}
|