1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02: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

View File

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