great theme
-
great theme, couldn’t find git page but I found a bug. this inline style will cause Mozilla firefox to look odd when loading page
class=”staple-menu” style=”line-height: 90px;”
I added this to a custom style to resolve it
/* fix transition and bugginess in mozilla */
a {
transition:none;
}.staple-menu {
line-height:90px;
}
- The topic ‘great theme’ is closed to new replies.