Project

General

Profile

Download (444 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * Normalize-rtl.scss is the RTL language extension of normalize.scss
4
 */
5

    
6
/**
7
 * Lists
8
 */
9
dd {
10
  margin: 0 $indent-amount 0 0;
11
}
12

    
13
/* Address paddings set differently in IE 6/7. */
14
menu,
15
ol,
16
ul {
17
  padding: 0 $indent-amount 0 0;
18
}
19

    
20
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
21
  /**
22
   * Forms
23
   */
24
  legend {
25
    /* Correct alignment displayed oddly in IE 6/7. */
26
    *margin-left: 0;
27
    *margin-right: -7px;
28
  }
29
}
(4-4/13)