Replace Less variable that is undefined if Bootstrap is absent

This commit is contained in:
Henry Wright
2015-09-08 23:44:02 +01:00
parent 7c319c9b20
commit dd61116060

View File

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