aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-30 12:03:24 -0700
committerMark Otto <[email protected]>2017-05-30 12:03:34 -0700
commit39a258ddfe91a509ff4448dda414f132069d1fa8 (patch)
treefab98fb859b479f8f89bb181a373edf3e5c02cd0 /_includes
parent43fac7418e4b104b96c71725776c7fd5e784131a (diff)
downloadbootstrap-39a258ddfe91a509ff4448dda414f132069d1fa8.tar.xz
bootstrap-39a258ddfe91a509ff4448dda414f132069d1fa8.zip
redo button styles
- rename .btn-bs to .btn-bd-purple - abstract yellow masthead button into .btn-bd-yellow and use it the new docs navbar
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav-home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/nav-home.html b/_includes/nav-home.html
index 409077b08..834b6061a 100644
--- a/_includes/nav-home.html
+++ b/_includes/nav-home.html
@@ -61,5 +61,5 @@
</li>
</ul>
- <a class="btn btn-outline-secondary d-none d-md-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
+ <a class="btn btn-bd-yellow d-none d-md-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
</header>