Merge pull request #3575 from henrywright/master

Replace Less variable that is undefined if Bootstrap is absent
v1.18.x
psychobunny 10 years ago
commit 39342f158b

@ -26,7 +26,7 @@
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
&:hover { &:hover {
background: @gray-lighter; background: #eee;
} }
img { img {
@ -40,4 +40,4 @@
display: inline-block; display: inline-block;
} }
} }
} }

Loading…
Cancel
Save