diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index f2975c81b3..764cfbbaca 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -900,9 +900,9 @@ form.bs-docs-example { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; - -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.05); - -moz-box-shadow: 0 1px 3px rgba(0,0,0,.05); - box-shadow: 0 1px 3px rgba(0,0,0,.05); + -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065); + -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065); + box-shadow: 0 1px 4px rgba(0,0,0,.065); } .bs-docs-sidenav > li > a { margin: 0 0 -1px; @@ -1005,4 +1005,4 @@ form.bs-docs-example { .subhead + .bs-docs-canvas { top: 250px; } -} \ No newline at end of file +} diff --git a/docs/getting-started.html b/docs/getting-started.html index 5bf5225beb..b28a358f13 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -109,12 +109,12 @@
Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.
Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.
Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.
+Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.
-Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.
-Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.
-Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.
-Together, the Components and Javascript plugins sections provide the following interface elements:
Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.
Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.
{{_i}}Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.{{/i}}
-Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.
+{{_i}}Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.{{/i}}
+{{_i}}Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.{{/i}}
+{{_i}}Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.{{/i}}
+{{_i}}Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.{{/i}}
-Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.
- -Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.
- -Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.
- -Together, the Components and Javascript plugins sections provide the following interface elements:
+{{_i}}Together, the Components and Javascript plugins sections provide the following interface elements:{{/i}}
{{_i}}In future guides, we may walk through these components individually in more detail. Until then, look for each of these in the documentation for information on how to utilize and customize them.{{/i}}
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index e072f05b95..9f93620c33 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -99,34 +99,34 @@ $('#myModal').on('show', function (e) { - -{{_i}}Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.{{/i}}
+{{_i}}Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.{{/i}}
-{{_i}}A rendered modal with header, body, and set of actions in the footer.{{/i}}
-{{_i}}One fine body…{{/i}}
-{{_i}}A rendered modal with header, body, and set of actions in the footer.{{/i}}
+{{_i}}One fine body…{{/i}}
+<div class="modal hide fade"> <div class="modal-header"> @@ -143,43 +143,43 @@ $('#myModal').on('show', function (e) { </div>-
{{_i}}Toggle a modal via javascript by clicking the button below. It will slide down and fade in from the top of the page.{{/i}}
- -