RTL styling for the book module.
/** * @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; }