summaryrefslogtreecommitdiff
path: root/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/_normalize-rtl.scss
blob: a08a9814a6ba2f06ca5ce06863c5446199641501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
 * @file
 * Normalize-rtl.scss is the RTL language extension of normalize.scss
 */

/**
 * Lists
 */
dd {
  margin: 0 $indent-amount 0 0;
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 $indent-amount 0 0;
}

@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
  /**
   * Forms
   */
  legend {
    /* Correct alignment displayed oddly in IE 6/7. */
    *margin-left: 0;
    *margin-right: -7px;
  }
}