increasing line height to make premiums more readable after font size increase

pull/1/head
Andromeda Yelton 2012-07-09 10:37:08 -04:00
parent 9152655587
commit ac2763eac9
2 changed files with 2 additions and 0 deletions

View File

@ -642,6 +642,7 @@ ul.support li span.menu-item-desc {
clear: both;
font-size: 15px;
font-weight: normal;
line-height: 19.5px;
}
ul.support li:hover {
color: #fff;

View File

@ -375,6 +375,7 @@ ul.support li {
clear: both;
font-size: @font-size-larger;
font-weight: normal;
line-height: @font-size-larger*1.3;
}
}