Skip to content

Commit 8a1769c

Browse files
committed
fix missing ; in buttons.less
1 parent f2d3026 commit 8a1769c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/assets/bootstrap.zip

0 Bytes
Binary file not shown.

less/buttons.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
.btn-info,
108108
.btn-info:hover {
109109
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
110-
color: @white
110+
color: @white;
111111
}
112112
// Provide *some* extra contrast for those who can get it
113113
.btn-primary.active,

0 commit comments

Comments
 (0)