Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ckeditor / css / ckeditor.css @ 6fd71452

1
/* General indentation & positioning classes */
2

    
3
.rteindent1 {
4
    margin-left: 40px;
5
}
6
.rteindent2 {
7
    margin-left: 80px;
8
}
9
.rteindent3 {
10
    margin-left: 120px;
11
}
12
.rteindent4 {
13
    margin-left: 160px;
14
}
15
.rteleft {
16
    text-align: left;
17
}
18
.rteright {
19
    text-align: right;
20
}
21
.rtecenter {
22
    text-align: center;
23
}
24
.rtejustify {
25
    text-align: justify;
26
}
27
.ibimage_left {
28
    float: left;
29
}
30
.ibimage_right {
31
    float: right;
32
}