2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Add a missing bracket back in. (Prevents dotLess from compiling.)

This commit is contained in:
Julian Birch
2011-11-05 04:25:31 +00:00
parent a560eb651d
commit c53347db79
Regular → Executable
+1 -1
View File
@@ -184,7 +184,7 @@ select:focus {
border-color: @borderColor;
&:focus {
border-color: darken(@borderColor, 10%);
.box-shadow(0 0 6px lighten(@borderColor, 20%);
.box-shadow(0 0 6px lighten(@borderColor, 20%));
}
}
// Give a small background color for input-prepend/-append