From a6f3bdb71f65e92e1ed4fe140683e49f99526442 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 20 Nov 2014 10:09:47 +0200 Subject: Move inline CSS to docs.css. --- docs/_includes/js/affix.html | 10 +++++----- docs/_includes/js/alerts.html | 2 +- docs/_includes/js/carousel.html | 10 +++++----- docs/_includes/js/collapse.html | 10 +++++----- docs/_includes/js/dropdowns.html | 2 +- docs/_includes/js/modal.html | 14 +++++++------- docs/_includes/js/popovers.html | 14 +++++++------- docs/_includes/js/scrollspy.html | 10 +++++----- docs/_includes/js/tabs.html | 2 +- docs/_includes/js/tooltips.html | 10 +++++----- 10 files changed, 42 insertions(+), 42 deletions(-) (limited to 'docs/_includes/js') diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html index 3cb846ea9..86b9a98e8 100644 --- a/docs/_includes/js/affix.html +++ b/docs/_includes/js/affix.html @@ -46,12 +46,12 @@ $('#myAffix').affix({

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-offset-top="200".

- +
- - - + + + @@ -80,7 +80,7 @@ $('#myAffix').affix({
NametypedefaultNametypedefault description
- + diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index 399cd732f..7f3bf99c2 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -49,7 +49,7 @@
Event TypeEvent Type Description
- + diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index bf2fbecec..e50708ae1 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -155,12 +155,12 @@ $('.carousel').carousel()

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-interval="".

-
Event TypeEvent Type Description
+
- - - + + + @@ -230,7 +230,7 @@ $('.carousel').carousel({
NametypedefaultNametypedefault description
- + diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index ca84ac857..85b56d94a 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -192,12 +192,12 @@ $('.collapse').collapse()

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-parent="".

-
Event TypeEvent Type Description
+
- - - + + + @@ -243,7 +243,7 @@ $('#myCollapsible').collapse({
NametypedefaultNametypedefault description
- + diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index 683453096..d00c4da38 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -169,7 +169,7 @@ $('.dropdown-toggle').dropdown()
Event TypeEvent Type Description
- + diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index f5861f4a5..6fae87cff 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -108,7 +108,7 @@ -
+
@@ -220,7 +220,7 @@

Have a bunch of buttons that all trigger the same modal, just with slightly different contents? Use event.relatedTarget and HTML data-* attributes (possibly via jQuery) to vary the contents of the modal depending on which button was clicked. See the Modal Events docs for details on relatedTarget,

-
+
@@ -314,12 +314,12 @@ $('#exampleModal').on('show.bs.modal', function (event) {

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-backdrop="".

-
Event TypeEvent Type Description
+
- - - + + + @@ -386,7 +386,7 @@ $('#myModal').modal({
NametypedefaultNametypedefault description
- + diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 7e96464d6..21a2efc1d 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -76,7 +76,7 @@ $(function () {

Live demo

-
+
{% highlight html %} @@ -125,7 +125,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

Specific markup required for dismiss-on-next-click

For proper cross-browser and cross-platform behavior, you must use the <a> tag, not the <button> tag, and you also must include a tabindex attribute.

-
+ {% highlight html %} @@ -140,12 +140,12 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-animation="".

-
Event TypeEvent Type Description
+
- - - + + + @@ -272,7 +272,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
NameTypeDefaultNameTypeDefault Description
- + diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index 602373172..84370a7bf 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -106,12 +106,12 @@ $('[data-spy="scroll"]').each(function () {

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-offset="".

-
Event TypeEvent Type Description
+
- - - + + + @@ -131,7 +131,7 @@ $('[data-spy="scroll"]').each(function () {
NametypedefaultNametypedefault description
- + diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index ffb20345d..8622440fc 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -131,7 +131,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
Event TypeEvent Type Description
- + diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 90fa37208..c4db01978 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -110,12 +110,12 @@ $('#example').tooltip(options)

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-animation="".

-
Event TypeEvent Type Description
+
- - - + + + @@ -233,7 +233,7 @@ $('#example').tooltip(options)
NameTypeDefaultNameTypeDefault Description
- + -- cgit v1.2.3
Event TypeEvent Type Description