book.theme-rtl.css

Right-to-Left styling for the Book module.

File

drupal/core/modules/book/css/book.theme-rtl.css
View source
  1. /**
  2. * @file
  3. * Right-to-Left styling for the Book module.
  4. */
  5. /**
  6. * Book navigation.
  7. */
  8. .book-pager .previous {
  9. float: right;
  10. text-align: right;
  11. }
  12. .book-pager .next {
  13. float: left;
  14. text-align: left;
  15. }