1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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;
}
}
}