diff options
| author | Mark Otto <[email protected]> | 2012-02-01 18:18:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 18:18:39 -0800 |
| commit | 8a1769c9e2ff74153b67aa8e0324c8f83280c86a (patch) | |
| tree | 810567094c4d1ed4fb8bff9806eff9ce4efca3cb | |
| parent | f2d3026de8aae8188262034acc917b863848069c (diff) | |
| download | bootstrap-8a1769c9e2ff74153b67aa8e0324c8f83280c86a.tar.xz bootstrap-8a1769c9e2ff74153b67aa8e0324c8f83280c86a.zip | |
fix missing ; in buttons.less
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52339 -> 52339 bytes | |||
| -rw-r--r-- | less/buttons.less | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex f41c571bf..dc0607a45 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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, |
