Johann-S
c9597b1c54
Fix doc for tooltips and popover method dispose
2015-09-16 09:40:26 +02:00
Rolandas Barysas
99aadb92f8
v4 - fixed incorrect inline form class in docs
2015-09-10 10:46:26 +03:00
Zearin
8e29c43c46
Fix usage of “its” and “it’s”
2015-09-07 10:07:35 -04:00
Mark Otto
741f7d4b5a
Fixes #17486 : start work on responsive cards for decks, groups, and columns
2015-09-06 09:36:19 -07:00
Mark Otto
584cfdd72b
Fixes #17230 : Renames .navbar-static-top to .navbar-full and adds docs for it
2015-09-05 20:58:28 -07:00
XhmikosR
1ba807f15d
Update Holder.js to v2.8.2.
...
[ci skip]
2015-09-05 07:51:14 +03:00
David\ Beitey
3c86d7f00c
Document btn-info-outline as an example
2015-09-03 17:37:54 +10:00
vsn4ik
88d004f6e1
Remove dropped form-horizontal from forms.md
2015-09-03 07:48:15 +03:00
Mark Otto
e0a2b9ed4c
fixes #17441
2015-09-02 09:35:43 -07:00
Andrew Smith
b424626e97
Update all usages of 'control-label' with 'form-control-label' in docs
2015-09-02 15:01:02 +10:00
Mark Otto
3221563228
Merge pull request #17359 from caleb/patch-1
...
Update static form control example
2015-09-01 20:23:35 -07:00
Mark Otto
0537c5a455
Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3
...
Document utility class .bg-inverse
2015-09-01 20:17:09 -07:00
Mark Otto
5d5398afdb
Merge pull request #17389 from Gupocca/link-fixing
...
Fix several erroneous links in docs.
2015-09-01 20:06:00 -07:00
Chris Rebert
d258559f11
Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy
...
Fixed link to nav component from scrollspy documentation
2015-09-01 18:01:39 -07:00
Mark Otto
88ec75b6e6
Merge pull request #17428 from abitdodgy/docs-fix
...
Adds table-responsive class to docs table
2015-09-01 16:49:52 -07:00
Mohamad El-Husseini
b994b1f999
adds table-responsive class to table
2015-09-01 20:26:11 -03:00
Supergibbs
9d30cb38d9
Fixed link to nav component from scrollspy documentation
...
(reported by ianhernandez in Slack)
2015-09-01 15:45:02 -07:00
Gleb Mazovetskiy
c7d8e7a077
Accept elements as the tooltip / popover content
...
When a DOM node is passed to an HTML tooltip, the `title` node is only
moved if it is not already in the tooltip. Otherwise, `empty()` is used
instead of `detach()` before appending the `title` to avoid memory
leaks. If a DOM node is passed to a plain text tooltip, its text is
copied via jQuery `.text()`.
Replaces `.detach()` with `.empty()`, as `.detach()` is almost never
useful but instead leaks memory. The difference between `empty` and
`detach` is that the latter keeps all the attached jQuery events/data.
However, since we do not return the previous children, the user would
have to keep these themselves, thus they can `detach()` if necessary.
This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
2015-08-31 01:06:13 +01:00
Gupocca
34932d71b4
Fix several erroneous links in docs.
...
Related to #17314 .
2015-08-29 10:59:04 -07:00
XhmikosR
8328344212
Use https
when possible.
...
[ci skip]
2015-08-29 18:50:20 +03:00
Mohamad El-Husseini
81806703e5
removes table-responsive div from components/navs
2015-08-28 11:35:11 -03:00
XhmikosR
3e66427127
Less to Sass typos.
...
[ci skip]
2015-08-27 08:14:39 +03:00
Caleb Land
ec83b06d55
Update static form control example
...
Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label`
2015-08-26 23:47:50 -04:00
petetnt
6aebac8e38
Document .bg-inverse
2015-08-26 16:01:34 +03:00
XhmikosR
0873e9afa8
Fix validation errors.
2015-08-25 15:38:20 +03:00
Chris Rebert
275989e64f
Document that dropdowns are intentionally click-based rather than hover-based
...
And link to a relevant blog post w/ more info.
Refs #16966
[skip sauce]
2015-08-24 16:43:42 -07:00
Chris Rebert
fd72dfe6cf
Rephrase/copyedit IE [hidden] compatibility docs
...
Fixes grammatical erratum from cf7819d8d5
2015-08-23 00:44:54 -07:00
Mark Otto
cf7819d8d5
mention the IE compatability for hidden attr per #17169
2015-08-22 23:17:46 -07:00
Heinrich Fenkart
44f2e73421
Docs: fix typo from 9c52e03
2015-08-23 04:56:09 +02:00
Mark Otto
9c52e03d31
avoid mentioning css block level in cards docs /cc #17158 #17103
2015-08-22 18:58:02 -07:00
Chris Rebert
8d26e26eb4
Merge pull request #17235 from kkirsche/patch-28
...
Add btn-info to buttons examples
2015-08-22 13:32:48 -07:00
vsn4ik
2965adfea0
Remove dropped btn-xs and btn-group-xs from docs
2015-08-22 21:16:05 +03:00
Kevin Kirsche
6b45c9234a
Add btn-info to buttons examples
...
Fix #17234
2015-08-22 13:52:27 -04:00
Chris Rebert
69f9240863
forms.md: Fix link to disabled buttons docs
2015-08-20 22:35:58 -07:00
Chris Rebert
0372cc656d
forms.md: Fix rebooted form styles link
2015-08-20 22:23:19 -07:00
Chris Rebert
5404ed5946
Fix options link in Tooltip docs
2015-08-20 22:16:16 -07:00
Chris Rebert
d3d04e8fe6
Fix options link in Popover docs
2015-08-20 22:15:31 -07:00
Chris Rebert
d29c34c2f6
Popover docs: Fix "Tether" capitalization
2015-08-20 22:14:25 -07:00
Chris Rebert
136e8a4806
tooltips.md: Fix capitalization of "Tether" more
2015-08-20 22:13:39 -07:00
Chris Rebert
7fa1341b47
tooltips.md: Fix capitalization of "Tether"
2015-08-20 22:12:14 -07:00
Chris Rebert
30cc2c4815
Modal docs: Add MDN autofocus docs link
2015-08-20 22:05:55 -07:00
Chris Rebert
6623ad2e9b
<progress> docs: Add MDN link
2015-08-20 22:02:54 -07:00
Chris Rebert
6524e53dbb
Pagination docs: Fix "pager alternative" link
2015-08-20 21:59:39 -07:00
Chris Rebert
e39d9a7941
Breadcrumb docs: Add MDN CSS doc links
2015-08-20 21:57:49 -07:00
Mark Otto
c961723184
Merge pull request #17178 from twbs/die-stateful-btn
...
rm docs references to nuked stateful button feature
2015-08-20 21:08:57 -07:00
Mark Otto
f8fcc3d60d
Merge pull request #17184 from kkirsche/patch-28
...
v4 - Fix Broken link in text alignment section of v4 Card docs
2015-08-20 21:07:33 -07:00
Chris Rebert
85fac53cc8
navs.md: Fade effect: add missing backtick
2015-08-20 19:12:37 -07:00
Chris Rebert
55168ff93e
Card Columns docs: Link to MDN multi-column CSS docs
2015-08-20 19:06:31 -07:00
Kevin Kirsche
61b8d83feb
Fix Broken link in text alignment section of v4 Card docs
...
Fix #17182
2015-08-20 22:06:06 -04:00
Chris Rebert
92ce5431be
Card Columns docs: Put IE<=9 warning on its own line
...
Otherwise the "Heads up!" is at the end of the previous line, making the connection to the warning unclear.
2015-08-20 19:03:22 -07:00