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

18 lines
203 B
CSS

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