cms/drupal/modules/book/book-rtl.css
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 /**
       
     2  * @file
       
     3  * Right-to-Left styling for the Book module.
       
     4  */
       
     5 
       
     6 .book-navigation .menu {
       
     7   padding: 1em 3em 0 0;
       
     8 }
       
     9 
       
    10 .book-navigation .page-previous {
       
    11   float: right;
       
    12 }
       
    13 .book-navigation .page-up {
       
    14   float: right;
       
    15 }