comparison sass/_normalize-rtl.scss @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a3750d724105
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 }