2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1 -1
View File
@@ -480,7 +480,7 @@
&:active, &:active,
&.active { &.active {
background-color: @background; background-color: @background;
border-color: @border border-color: @border;
} }
} }
} }