aboutsummaryrefslogtreecommitdiff
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
parentf2d3026de8aae8188262034acc917b863848069c (diff)
downloadbootstrap-8a1769c9e2ff74153b67aa8e0324c8f83280c86a.tar.xz
bootstrap-8a1769c9e2ff74153b67aa8e0324c8f83280c86a.zip
fix missing ; in buttons.less
-rw-r--r--docs/assets/bootstrap.zipbin52339 -> 52339 bytes
-rw-r--r--less/buttons.less2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index f41c571bf..dc0607a45 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
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,