2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Added missing semicolon

This commit is contained in:
Zlatan Vasović
2013-09-08 15:37:02 +02:00
parent d126d8c6f3
commit f9fe6cd05f
+1 -1
View File
@@ -480,7 +480,7 @@
&:active,
&.active {
background-color: @background;
border-color: @border
border-color: @border;
}
}
}