GITLAB

Eduardo Padilla / Congreso Gestion Ambiental

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • congreso-gestion-ambiental
  • modules
  • book
  • book-rtl.css
  • 01bdb85d1   archivos drupal Browse Code ยป
    Eduardo Padilla
    2015-06-16 12:06:47 -0400  
book-rtl.css 214 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/**
 * @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;
}