2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +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 {
background-color: @background;
border-color: @border
border-color: @border;
}
}
}