0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Merge pull request #11612 from JerryChr/master

Removed unnecessary semicolon
This commit is contained in:
Chris Rebert 2013-11-25 11:54:46 -08:00
commit fa710fdb09

View File

@ -392,7 +392,7 @@
// 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;
& > .panel-heading {