0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #10523 from ZDroid/patch-1

Added missing semicolon
This commit is contained in:
Julian Thilo 2013-09-08 06:47:14 -07:00
commit 601364418f

View File

@ -480,7 +480,7 @@
&:active,
&.active {
background-color: @background;
border-color: @border
border-color: @border;
}
}
}