Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-05-27 06:54:12 +0300
committerGitHub <noreply@github.com>2017-05-27 06:54:12 +0300
commit733c0926810a467782895f2f15ee2384f7c6c330 (patch)
treeddb0dd6ad55205648b8fe6b8a5b27d8f85cf5b50 /docs/index.html
parentb872a6f807d7c3fca072588ec1459cec0cae9a15 (diff)
Drop CSS icons for SVGs (#22708)
* add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those
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 612a741710..26a460e2fe 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,7 +4,7 @@ layout: home
<main class="bd-masthead" id="content" role="main">
<div class="container">
- <span class="bd-booticon outline">B</span>
+ {% include bootstrap-icon.html %}
<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-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>