You are here

book-rtl.css in Drupal 7

Same filename and directory in other branches
  1. 6 modules/book/book-rtl.css

Right-to-Left styling for the Book module.

File

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. }