0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

6123 Commits

Author SHA1 Message Date
Patrick H. Lauke
e859b4b216 Merge pull request #17477 from patrickhlauke/v4-skippy
Port skiplink styling from v3 to v4
2015-09-05 18:37:27 +02:00
XhmikosR
fec2cedfd4 Merge pull request #17369 from twbs/v4-dev-xmr-docs-img
Compress images.
2015-09-05 17:17:00 +03:00
Patrick H. Lauke
6a37ec3767 Port skiplink styling from v3 to v4 2015-09-05 08:56:47 +01:00
Mark Otto
336bfa41e6 Merge pull request #17404 from vincent4j/patch-1
add Chinese translations website boot4.com
2015-09-04 23:39:45 -07:00
XhmikosR
f0840c893b Run grunt. 2015-09-05 08:13:43 +03:00
XhmikosR
1ba807f15d Update Holder.js to v2.8.2.
[ci skip]
2015-09-05 07:51:14 +03:00
Mark Otto
cab79b13ca grunt 2015-09-04 21:28:06 -07:00
Mark Otto
dd5e096f4e clean up nav.yml, nullifies #17470 2015-09-04 20:31:17 -07:00
David\ Beitey
047fe5699c Document img-responsive to img-fluid change from #17166 2015-09-03 17:37:54 +10: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
Mark Otto
5fc4b35349 Merge pull request #17168 from kkirsche/patch-19
v4 - Rename .img-responsive class to .img-fluid
2015-09-02 00:33:26 -07:00
Mark Otto
0c0f675b94 Merge pull request #17183 from kkirsche/patch-26
v4 - Fix Navbar at top of v4 Offcanvas example
2015-09-02 00:33:12 -07:00
Mark Otto
d4467837b8 Merge pull request #17435 from twbs/v4-dev-xmr-anchors
Fix missing anchors and 404 errors.
2015-09-02 00:32:37 -07:00
XhmikosR
19e5cf226d Fix missing anchors and 404 errors.
[skip sauce]
2015-09-02 09:37:38 +03:00
Andrew Smith
b424626e97 Update all usages of 'control-label' with 'form-control-label' in docs 2015-09-02 15:01:02 +10:00
Kevin Kirsche
cec7902d42 Fix Navbar at top of v4 Offcanvas example
Fix #17173
2015-09-01 21:19:07 -07:00
Kevin Kirsche
54fba7cbe5 Rename .img-responsive class to .img-fluid
Fix #17166
2015-09-01 21:12:28 -07:00
Mark Otto
29c3eddaeb fixes #17412: reverse display heading classes to match h1-h6 headings 2015-09-01 21:11:53 -07:00
Mark Otto
d9125290ed Merge pull request #17207 from kkirsche/patch-9
v4 - Force linebreaks after grid tier names in v4 grid docs
2015-09-01 20:53:31 -07:00
Mark Otto
b17f5cadd5 Merge pull request #17353 from dmbaughman/v4-navbar-example
v4 - Updated default navbar example to use responsive navbar
2015-09-01 20:29:07 -07: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
Mark Otto
82168e4014 Merge pull request #17393 from twbs/v4-dev-xmr-rm-gfonts
Remove the unused Google fonts.
2015-09-01 13:22:44 -07:00
Vincent 4J
1ca33002d4 add Chinese translations website boot4.com 2015-08-31 11:27:14 +08: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
XhmikosR
74a1648bf7 Remove the unused Google fonts.
[ci skip]
2015-08-30 13:32:42 +03:00
XhmikosR
8941bdfbda Merge pull request #17392 from twbs/v4-dev-xmr-https
Use `https` when possible.
2015-08-30 13:31:05 +03:00
XhmikosR
22a10a1096 Tabs to spaces.
[ci skip]
2015-08-30 00:05:02 +03:00
XhmikosR
6e732ace2c Run grunt.
[ci skip]
2015-08-30 00:01:30 +03: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
3fef66eaf5 Fix the JS errors due to jekyll-search.
1) Update it to v1.0.8
2) Include jekyll-search where it's used only

[ci skip]
2015-08-28 14:28:47 +03:00
XhmikosR
7da2d3c68a Lossy compress the 2 new images.
Before: 538 KB (551.052 bytes)
After:  179 KB (183.296 bytes)

[ci skip]
2015-08-27 18:49:39 +03:00
XhmikosR
4631b229fb Losslessly compress images.
Before: 1,28 MB (1.351.880 bytes)
After:  1,27 MB (1.341.411 bytes)

[ci skip]
2015-08-27 18:49:39 +03:00
XhmikosR
3e66427127 Less to Sass typos.
[ci skip]
2015-08-27 08:14:39 +03:00
XhmikosR
1029240b2d Update Anchor.js to v1.2.1.
[ci skip]
2015-08-27 08:14:39 +03:00
XhmikosR
13e33e329c Remove the obsolete JSHint references. 2015-08-27 08:11:11 +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
Chris Rebert
4bc8b495fb Merge pull request #17257 from twbs/clear-translations
Clear out non-v4 docs translations
2015-08-26 15:30:32 -07:00
David Baughman
1eea52b263 Updated default navbar example to use responsive navbar 2015-08-26 13:03:47 -07:00
Anton Vlasenko
9234bb630b Bump year in jumbotron example 2015-08-26 20:22:37 +02:00
petetnt
6aebac8e38 Document .bg-inverse 2015-08-26 16:01:34 +03:00