book.theme-rtl.css

RTL styling for the book module.

File

drupal/core/modules/book/book.theme-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL 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. }