From 918498005798cca2fe26cca8e23023c5ca49c1a3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 22:28:19 -0800 Subject: update homepage to include depedencies, fixes #21250 --- docs/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 5905af80e..b762da745 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,6 +32,8 @@ layout: home

When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.

{% highlight html %} + + {% endhighlight %} -- cgit v1.2.3 From 2906b612d5bc3d7e33950044c9b89a91b117df03 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 20 Apr 2017 20:33:51 +1000 Subject: More minor build tweaks and docs updates. --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index b762da745..3b6c9206e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@ layout: home

Managed dependencies

-

Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our Gruntfile and readme.

+

Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our build system and readme.

View install methods

-- cgit v1.2.3 From 2a4be9a0c900b635548a27aa8022dca9c3061cef Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 5 May 2017 10:22:09 +0100 Subject: Add explicit role="main" to
elements (#22574) For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 3b6c9206e..ff037113a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ layout: home --- -
+
B

Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.

-- cgit v1.2.3 From d5fabf8de50710c5a09ecd91f4b9e961e67d7937 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 18 Apr 2017 14:02:24 +0200 Subject: Remove totaly Tether from documentation + dependencies --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index ff037113a..177600bcf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ layout: home {% highlight html %} - + {% endhighlight %}
-- cgit v1.2.3 From 183205afb87582bf905e1fac0b6c5353c0b2d28c Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Sun, 14 May 2017 15:28:26 +0530 Subject: Change "Max CDN" to "MaxCDN" --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 177600bcf..612a74171 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@ layout: home

Bootstrap CDN

-

When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.

+

When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the MaxCDN folks.

{% highlight html %} -- cgit v1.2.3 From 733c0926810a467782895f2f15ee2384f7c6c330 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 May 2017 20:54:12 -0700 Subject: 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 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 612a74171..26a460e2f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ layout: home
- B + {% include bootstrap-icon.html %}

Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.

Download Bootstrap -- cgit v1.2.3