html, body {
height: 100%;
+ line-height: 1.61803399;
+
+ @extend .wcfFontDefault;
}
body {
font-family: $wcfFontFamily;
- //line-height: 1.428571429;
- line-height: 1.61803399;
position: relative;
word-wrap: break-word;
-
- @extend .wcfFontDefault;
}
a {
li {
display: block;
- @include textShadow($wcfDropdownText);
+ //@include textShadow($wcfDropdownText);
&:hover:not(.dropdownDivider):not(.dropdownList):not(.dropdownText),
&.dropdownList > li:hover:not(.dropdownDivider),
background-color: $wcfDropdownBackgroundActive;
color: $wcfDropdownLinkActive;
- @include textShadow($wcfDropdownLinkActive);
+ //@include textShadow($wcfDropdownLinkActive);
}
&.dropdownDivider {