Index: modules/book/book-rtl.css
===================================================================
RCS file: modules/book/book-rtl.css
diff -N modules/book/book-rtl.css
--- modules/book/book-rtl.css	19 Dec 2008 15:42:26 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-/* $Id: book-rtl.css,v 1.2 2008/12/19 15:42:26 dries Exp $ */
-
-.book-navigation .menu {
-  padding: 1em 3em 0 0;
-}
-
-.book-navigation .page-previous {
-  float: right;
-}
-.book-navigation .page-up {
-  float: right;
-}
Index: modules/book/book.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.css,v
retrieving revision 1.12
diff -u -p -r1.12 book.css
--- modules/book/book.css	24 Aug 2009 03:11:34 -0000	1.12
+++ modules/book/book.css	26 Jul 2010 16:01:37 -0000
@@ -1,52 +1,10 @@
 /* $Id: book.css,v 1.12 2009/08/24 03:11:34 webchick Exp $ */
 
-.book-navigation .menu {
-  border-top: 1px solid #888;
-  padding: 1em 0 0 3em; /* LTR */
-}
-.book-navigation .page-links {
-  border-top: 1px solid #888;
-  border-bottom: 1px solid #888;
-  text-align: center;
-  padding: 0.5em;
-}
-.book-navigation .page-previous {
-  text-align: left;
-  width: 42%;
-  display: block;
-  float: left; /* LTR */
-}
-.book-navigation .page-up {
-  margin: 0 5%;
-  width: 4%;
-  display: block;
-  float: left; /* LTR */
-}
-.book-navigation .page-next {
-  text-align: right;
-  width: 42%;
-  display: block;
-  float: right;
-}
-#book-outline {
-  min-width: 56em;
-}
-.book-outline-form .form-item {
-  margin-top: 0;
-  margin-bottom: 0;
-}
+
 html.js #edit-book-pick-book {
   display: none;
 }
-.form-item-book-bid .description {
-  clear: both;
-}
-#book-admin-edit select {
-  margin-right: 24px;
-}
-#book-admin-edit select.progress-disabled {
-  margin-right: 0;
-}
+
 #book-admin-edit tr.ajax-new-content {
   background-color: #ffd;
 }
Index: themes/bartik/css/style-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style-rtl.css,v
retrieving revision 1.2
diff -u -p -r1.2 style-rtl.css
--- themes/bartik/css/style-rtl.css	11 Jul 2010 22:12:26 -0000	1.2
+++ themes/bartik/css/style-rtl.css	26 Jul 2010 16:01:38 -0000
@@ -229,6 +229,19 @@ html.js input.throbbing {
   float: right;
 }
 
+/* ---------- Book ----------- */
+
+.book-navigation .menu {
+  padding: 1em 3em 0 0;
+}
+
+.book-navigation .page-previous {
+  float: right;
+}
+.book-navigation .page-up {
+  float: right;
+}
+
 /* ---------- Poll ----------- */
 
 .poll .vote-form {
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.1
diff -u -p -r1.1 style.css
--- themes/bartik/css/style.css	6 Jul 2010 05:25:51 -0000	1.1
+++ themes/bartik/css/style.css	26 Jul 2010 16:01:38 -0000
@@ -1281,6 +1281,37 @@ div.admin-panel .description {
   background-color: #ddd;
 }
 
+/* ---------- Book ----------- */
+
+.book-navigation .menu {
+  border-top: 1px solid #888;
+  padding: 1em 0 0 3em; /* LTR */
+}
+.book-navigation .page-links {
+  border-top: 1px solid #888;
+  border-bottom: 1px solid #888;
+  text-align: center;
+  padding: 0.5em;
+}
+.book-navigation .page-previous {
+  text-align: left;
+  width: 42%;
+  display: block;
+  float: left; /* LTR */
+}
+.book-navigation .page-up {
+  margin: 0 5%;
+  width: 4%;
+  display: block;
+  float: left; /* LTR */
+}
+.book-navigation .page-next {
+  text-align: right;
+  width: 42%;
+  display: block;
+  float: right;
+}
+
 /* ---------- Color Form ----------- */
 
 .color-form #placeholder {
Index: themes/garland/style-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style-rtl.css,v
retrieving revision 1.22
diff -u -p -r1.22 style-rtl.css
--- themes/garland/style-rtl.css	5 May 2010 16:28:06 -0000	1.22
+++ themes/garland/style-rtl.css	26 Jul 2010 16:01:38 -0000
@@ -343,3 +343,18 @@ ul.secondary li a:visited {
 #squeeze .right-corner {
   min-height: 1%;
 }
+
+/**
+ * Book.module
+ */
+
+.book-navigation .menu {
+  padding: 1em 3em 0 0;
+}
+
+.book-navigation .page-previous {
+  float: right;
+}
+.book-navigation .page-up {
+  float: right;
+}
\ No newline at end of file
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.83
diff -u -p -r1.83 style.css
--- themes/garland/style.css	8 Jun 2010 05:16:29 -0000	1.83
+++ themes/garland/style.css	26 Jul 2010 16:01:39 -0000
@@ -905,6 +905,39 @@ ul.inline li {
 }
 
 /**
+ * Book.module
+ */
+
+.book-navigation .menu {
+  border-top: 1px solid #888;
+  padding: 1em 0 0 3em; /* LTR */
+}
+.book-navigation .page-links {
+  border-top: 1px solid #888;
+  border-bottom: 1px solid #888;
+  text-align: center;
+  padding: 0.5em;
+}
+.book-navigation .page-previous {
+  text-align: left;
+  width: 42%;
+  display: block;
+  float: left; /* LTR */
+}
+.book-navigation .page-up {
+  margin: 0 5%;
+  width: 4%;
+  display: block;
+  float: left; /* LTR */
+}
+.book-navigation .page-next {
+  text-align: right;
+  width: 42%;
+  display: block;
+  float: right;
+}
+
+/**
  * Color.module
  */
 #palette .form-item {
