book-rtl.css

Right-to-Left styling for the Book module.

File

drupal/modules/book/book-rtl.css
View source
  1. /**
  2. * @file
  3. * Right-to-Left styling for the Book module.
  4. */
  5. .book-navigation .menu {
  6. padding: 1em 3em 0 0;
  7. }
  8. .book-navigation .page-previous {
  9. float: right;
  10. }
  11. .book-navigation .page-up {
  12. float: right;
  13. }