
Replace Drupal Commons by Openstack theme. Change-Id: Ifc18969c3e089aa1ff11a3d98daac1442b444bef
30 lines
444 B
SCSS
30 lines
444 B
SCSS
/**
|
|
* @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;
|
|
}
|
|
}
|