Project

General

Profile

Download (951 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/* normalize-rtl.css - RTL language extension of normalize.scss. */
2

    
3
/* =============================================================================
4
   Lists
5
   ========================================================================== */
6

    
7
/*
8
 * Addresses margins set differently in IE6/7
9
 */
10

    
11
dd {
12
  margin: 0 30px 0 0;
13
}
14

    
15
/*
16
 * Addresses paddings set differently in IE6/7
17
 */
18

    
19
menu,
20
ol,
21
ul,
22
.item-list ul /* Drupal override */ {
23
  padding: 0 30px 0 0;
24
}
25

    
26
/* =============================================================================
27
   Forms
28
   ========================================================================== */
29

    
30
/*
31
 * 3. Corrects alignment displayed oddly in IE6/7
32
 */
33

    
34
legend {
35
  *margin-left: 0;
36
  *margin-right: -7px; /* 3 */
37
}
38

    
39
/* =============================================================================
40
   Tables
41
   ========================================================================== */
42

    
43
th {
44
  text-align: right;
45
}
(11-11/19)