From f3e5986a299d12e292456fb843f4a4cba363a924 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Jan 2007 18:53:38 +0000 Subject: - Patch #109010 by O Govinda: fixed CSS for handling of book navigation links. --- modules/book/book.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') 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; } -- cgit v1.2.3