aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-03 13:18:12 -0800
committerMark Otto <[email protected]>2014-01-03 13:18:12 -0800
commit0b75e2d73848ee754fef5543393821d574d5a683 (patch)
tree9d373d4a9f5074aefdfd0b8f06f6d6e3b2fe5086
parent9f44f17057455863cc20808fa7015e658529d6ba (diff)
parent007d61cfadc6f962fc3abc7119f7b9d68f7cd204 (diff)
downloadbootstrap-0b75e2d73848ee754fef5543393821d574d5a683.tar.xz
bootstrap-0b75e2d73848ee754fef5543393821d574d5a683.zip
Merge branch 'master' into docs_derp
-rw-r--r--Gruntfile.js2
-rw-r--r--docs/getting-started.html7
-rw-r--r--docs/javascript.html6
3 files changed, 7 insertions, 8 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 93831b335..9a2a5754e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -189,7 +189,7 @@ module.exports = function (grunt) {
},
files: {
'dist/css/<%= pkg.name %>.css': ['dist/css/<%= pkg.name %>.css'],
- 'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'],
+ 'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css']
}
}
},
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 0bdea4f45..ecd23781f 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -98,12 +98,11 @@ bootstrap/
│ ├── css/
│ ├── js/
│ └── fonts/
-├── docs/assets/
-├── examples/
-└── *.html
+└── docs/
+ └── examples/
{% endhighlight %}
</div>
- <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. <code>docs/assets/</code>, <code>examples/</code>, and all <code>*.html</code> files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p>
+ <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p>
<!-- Template
diff --git a/docs/javascript.html b/docs/javascript.html
index 312ca908d..3bceb6751 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1197,7 +1197,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
<div class="bs-callout bs-callout-warning">
<h4>Multiple-line links</h4>
- <p>Sometimes you want to add a tooltip to a hyperlink that wraps multiple lines. The default behavior of the tooltip plugin is to center it horizontally and vertically. Add <code>white-space: nowrap;</code> to your anchors to avoid this.</p>
+ <p>Sometimes you want to add a popover to a hyperlink that wraps multiple lines. The default behavior of the popover plugin is to center it horizontally and vertically. Add <code>white-space: nowrap;</code> to your anchors to avoid this.</p>
</div>
@@ -1234,13 +1234,13 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
<td>placement</td>
<td>string | function</td>
<td>'right'</td>
- <td>how to position the popover - top | bottom | left | right | auto.<br> When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</td>
+ <td>how to position the popover - top | bottom | left | right | auto.<br> When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the popover will display to the left when possible, otherwise it will display right.</td>
</tr>
<tr>
<td>selector</td>
<td>string</td>
<td>false</td>
- <td>if a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/fScua/">an informative example</a>.</td>
+ <td>if a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/fScua/">an informative example</a>.</td>
</tr>
<tr>
<td>trigger</td>