mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-10 02:33:25 +00:00
15 lines
214 B
CSS
15 lines
214 B
CSS
/**
|
|
* @file
|
|
* Right-to-Left styling for the Book module.
|
|
*/
|
|
|
|
.book-navigation .menu {
|
|
padding: 1em 3em 0 0;
|
|
}
|
|
|
|
.book-navigation .page-previous {
|
|
float: right;
|
|
}
|
|
.book-navigation .page-up {
|
|
float: right;
|
|
}
|