diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-29 18:53:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-29 18:53:38 +0000 |
commit | f3e5986a299d12e292456fb843f4a4cba363a924 (patch) | |
tree | 21716a9dbe37ad6df6b0a2df0ad88db6bc0f0dd6 | |
parent | 0cc399504b5fece562c9a54615c055953fa65bcc (diff) | |
download | brdo-f3e5986a299d12e292456fb843f4a4cba363a924.tar.gz brdo-f3e5986a299d12e292456fb843f4a4cba363a924.tar.bz2 |
- Patch #109010 by O Govinda: fixed CSS for handling of book navigation links.
-rw-r--r-- | modules/book/book.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/book/book.css b/modules/book/book.css index f3e8a177e..1c8ab8335 100644 --- a/modules/book/book.css +++ b/modules/book/book.css @@ -11,7 +11,7 @@ padding: 0.5em; } .book-navigation .page-previous { - text-align: right; + text-align: left; width: 42%; display: block; float: left; @@ -23,8 +23,8 @@ float: left; } .book-navigation .page-next { - text-align: left; + text-align: right; width: 42%; display: block; - float: left; + float: right; } |