1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Removed unnecessary semicolon

This commit is contained in:
Jerri Christiansen 2013-11-25 20:41:00 +01:00
parent cad664e863
commit bd44a4b5f3

View file

@ -392,7 +392,7 @@
// Panels // Panels
// ------------------------- // -------------------------
.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border;) { .panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
border-color: @border; border-color: @border;
& > .panel-heading { & > .panel-heading {