aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 18:18:39 -0800
committerMark Otto <[email protected]>2012-02-01 18:18:39 -0800
commit8a1769c9e2ff74153b67aa8e0324c8f83280c86a (patch)
tree810567094c4d1ed4fb8bff9806eff9ce4efca3cb /less
parentf2d3026de8aae8188262034acc917b863848069c (diff)
downloadbootstrap-8a1769c9e2ff74153b67aa8e0324c8f83280c86a.tar.xz
bootstrap-8a1769c9e2ff74153b67aa8e0324c8f83280c86a.zip
fix missing ; in buttons.less
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 07a2b5879..582350386 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -107,7 +107,7 @@
.btn-info,
.btn-info:hover {
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
- color: @white
+ color: @white;
}
// Provide *some* extra contrast for those who can get it
.btn-primary.active,