diff options
-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 +}
|