diff options
author | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-05-02 02:43:24 +0000 |
---|---|---|
committer | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-05-02 02:43:24 +0000 |
commit | 05719b5b8d4c241f991ba0b0341e9b85582e3f00 (patch) | |
tree | e6951de33e97e4133b93d97acf9e5c2bb2107466 | |
parent | f4b1b983b24d7995035fc38812d29bf990f4a9e8 (diff) | |
download | readability-simple-05719b5b8d4c241f991ba0b0341e9b85582e3f00.tar.bz2 readability-simple-05719b5b8d4c241f991ba0b0341e9b85582e3f00.zip |
Clearing footer - for example see http://fyi.oreilly.com/2009/05/favorite-linux-book-of-all-tim.html
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@43 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
-rwxr-xr-x | css/readability.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/readability.css b/css/readability.css index c970a29..49c4c13 100755 --- a/css/readability.css +++ b/css/readability.css @@ -50,6 +50,7 @@ display: block;
border-top: 1px solid #333;
text-align: center;
+ clear: both;
}
div.footer-right {
float: right;
|