Projet

Général

Profil

Paste
Télécharger (214 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / book / book-rtl.css @ c7768a53

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
}