aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 18:32:34 -0700
committerMark Otto <[email protected]>2013-10-13 18:32:34 -0700
commit265fda7903e189ee0d2d7201cc92bf384fc53043 (patch)
treecf2249e0696d6ea2923678f9f7b155e265756f03 /getting-started.html
parenta46003b8c7cc20bf4f72b7638a74643353ae047f (diff)
parent727a91de1cdf5cbc4f25528e073480332a5940c5 (diff)
downloadbootstrap-265fda7903e189ee0d2d7201cc92bf384fc53043.tar.xz
bootstrap-265fda7903e189ee0d2d7201cc92bf384fc53043.zip
Merge branch 'master' into restore_grid_mixins
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html
index e6d43349f..b37ad1cfe 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -111,7 +111,7 @@ bootstrap/
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
- <script src="../../docs-assets/js/html5shiv.js"></script>
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="../../docs-assets/js/respond.min.js"></script>
<![endif]-->
</head>
@@ -119,7 +119,7 @@ bootstrap/
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
- <script src="//code.jquery.com/jquery.js"></script>
+ <script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
@@ -995,7 +995,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<p><strong>In summary, here's the basic workflow:</strong></p>
<ul>
<li>For each element you want to customize, find its code in the compiled Bootstrap CSS.</li>
- <li>Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the <code>.navbar</code> style specificaton.</li>
+ <li>Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the <code>.navbar</code> style specification.</li>
<li>In your custom stylesheet, edit the CSS you just copied from the Bootstrap source. No need for prepending additional classes, or appending <code>!important</code> here. Keep it simple.</li>
<li>Rinse and repeat until you're happy with your customizations.</li>
</ul>