aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorysds <[email protected]>2016-11-30 21:48:34 +0900
committerysds <[email protected]>2016-11-30 21:48:34 +0900
commiteb219c806ccdb0d815c6e4f51a5cdd8ee4d17acb (patch)
tree83af4be210b511014886cff5ccb42e32d965017e /docs/index.html
parentef028ab38332651c60e5692f64c2e85e2bb10606 (diff)
downloadbootstrap-eb219c806ccdb0d815c6e4f51a5cdd8ee4d17acb.tar.xz
bootstrap-eb219c806ccdb0d815c6e4f51a5cdd8ee4d17acb.zip
Remove .btn-outline-inverse
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 564607904..5905af80e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,7 +7,7 @@ layout: home
<span class="bd-booticon outline">B</span>
<p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p>
<p class="lead">
- <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
+ <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
</p>
<p class="version">Currently v{{ site.current_version }}</p>
{% include ads.html %}