From d72768a16abe811d987f2a38f980329260686114 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 15:09:50 -0700 Subject: use CDN for html5shiv instead of vendoring it; fixes part of #10989 --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index e6d43349f..f5a9263b0 100644 --- a/getting-started.html +++ b/getting-started.html @@ -111,7 +111,7 @@ bootstrap/ -- cgit v1.2.3 From 4b175d908cdbe923cfb2509bd5549509c300a71e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 10 Oct 2013 01:51:09 -0700 Subject: use https:// for CDN links - works when viewing page via file:// - sets a good example security-wise --- getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index f5a9263b0..1edb5a120 100644 --- a/getting-started.html +++ b/getting-started.html @@ -111,7 +111,7 @@ bootstrap/ @@ -119,7 +119,7 @@ bootstrap/

Hello, world!

- + -- cgit v1.2.3 From a96aff1e564227cc03f10aa757ff5c2b80c482b1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 10 Oct 2013 02:27:26 -0700 Subject: fix typo in Getting Started docs prose --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index f5a9263b0..1ed2be5dc 100644 --- a/getting-started.html +++ b/getting-started.html @@ -995,7 +995,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

In summary, here's the basic workflow:

  • For each element you want to customize, find its code in the compiled Bootstrap CSS.
  • -
  • Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the .navbar style specificaton.
  • +
  • Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the .navbar style specification.
  • In your custom stylesheet, edit the CSS you just copied from the Bootstrap source. No need for prepending additional classes, or appending !important here. Keep it simple.
  • Rinse and repeat until you're happy with your customizations.
-- cgit v1.2.3