From eb219c806ccdb0d815c6e4f51a5cdd8ee4d17acb Mon Sep 17 00:00:00 2001 From: ysds <ysds.code@gmail.com> Date: Wed, 30 Nov 2016 21:48:34 +0900 Subject: [PATCH] Remove .btn-outline-inverse --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 564607904a..5905af80e9 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 %} -- GitLab