cms/drupal/modules/book/book-rtl.css
author ymh <ymh.work@gmail.com>
Thu, 16 Nov 2017 15:44:36 +0100
changeset 553 251df6cb3afa
parent 541 e756a8c72c3d
permissions -rwxr-xr-x
upgrade drupal with the new tresor theme

/**
 * @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;
}