drupal/core/modules/book/book.theme-rtl.css

17 lines
212 B
CSS

/**
* @file
* Right-to-Left styling for the Book module.
*/
/**
* Book navigation.
*/
.book-pager .previous {
float: right;
text-align: right;
}
.book-pager .next {
float: left;
text-align: left;
}