Chris Rebert
04d1b1fb49
Merge pull request #18111 from twbs/wkbug-150715
...
Add http://wkbug.com/150715 to Wall of Browser Bugs
2015-10-30 01:31:18 -07:00
Chris Rebert
ea7c23b6ce
Add http://wkbug.com/150715 to Wall of Browser Bugs
...
[skip sauce]
[skip validator]
2015-10-30 01:27:51 -07:00
Chris Rebert
6e1e77b539
Add docs regarding .progress, inline style attrs, and CSP; closes #17785
...
[skip sauce]
2015-10-29 22:51:19 -07:00
XhmikosR
f5bb168a79
Run `grunt.
...
[skip sauce]
2015-10-29 18:02:53 +02:00
XhmikosR
50bea4625a
Update devDependencies.
...
[skip sauce]
2015-10-29 18:02:52 +02:00
XhmikosR
5c8f7a03da
Update Rouge to v1.10.1.
...
[skip sauce]
2015-10-29 18:02:51 +02:00
XhmikosR
2cccdc8e3d
Update to Jekyll v.3.0.0.
...
[skip sauce]
2015-10-29 18:02:40 +02:00
Chris Rebert
2261427a2f
Port #18091 to v3
...
Remove http://wkbug.com/149935 from Wall of Browser Bugs
It's been fixed in WebKit Nightly!
See https://trac.webkit.org/changeset/191623 and http://wkbug.com/149366
Refs #17438 , #14237
[ci skip]
2015-10-28 13:04:53 -07:00
Mark Otto
3d127c0568
Merge pull request #17879 from bhamodi/master
...
Update Example Footers.
2015-10-26 20:53:31 -07:00
Chris Rebert
0d2cc3ed43
Port 152c491898
to v3
...
https://webkit.org/b/150271 has been fixed!
See http://trac.webkit.org/changeset/191610
Refs #17913
[ci skip]
2015-10-26 16:44:46 -07:00
Chris Rebert
0e3948febe
Port 2332a3f536
to v3
...
http://crbug.com/544290 was marked duplicate of http://crbug.com/523282
Refs #17913
[ci skip]
2015-10-25 16:38:58 -07:00
Chris Barry
9aeec56745
Adding subresource hashes to CDN links.
...
In Firefox 43 and Chrome 45 there will be support for Subresource
Iintegrity (SRI). More information here:
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
Closes #17729 by merging a tweaked version of it.
2015-10-23 22:22:57 -07:00
Chris Rebert
18ad53fc56
Fix Hound's JS config
...
Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik !
Refs #17769
/fyi @croaky
[ci skip]
2015-10-20 15:57:11 -07:00
Chris Rebert
7552295617
Port #17955 to v3
...
Add #17913 to Wall of Browser Bugs
Refs https://code.google.com/p/chromium/issues/detail?id=544290
Refs https://bugs.webkit.org/show_bug.cgi?id=150271
Closes #17913
[ci skip]
2015-10-17 00:41:23 -07:00
Chris Rebert
1db87efc2a
Merge pull request #17944 from supergibbs/NuGet_badge
...
Update MyGet badge
2015-10-15 17:21:02 -07:00
Supergibbs
14c04c82d3
Changed MyGet badge to more useful and better looking NuGet one by
...
shields.io
2015-10-15 16:48:51 -07:00
jackzzjack
15eeb87286
Add Chinese (Traditional) language website.
2015-10-14 10:41:06 +08:00
Chris Rebert
5b46f3d9d9
Merge pull request #16710 from supergibbs/NuGet_16692
...
Added NuGet support
2015-10-13 15:11:19 -07:00
Philip Masek
03dbebb216
Clarify that .panel-heading overrides font-size of <hN> tags
...
Closes #17533
Closes #17735
2015-10-13 10:57:32 -07:00
Chris Rebert
a0b8cb74c5
Port #17906 to v3
...
Add Wall of Browser Bugs entry for #14975
See https://bugs.webkit.org/show_bug.cgi?id=150079
Closes #14975
[ci skip]
2015-10-12 19:12:54 -07:00
Chris Rebert
167c6fa93a
Port #17902 to v3
...
http://wkbug.com/138167 has been fixed!
See http://trac.webkit.org/changeset/190893
Refs #9774 , #14907
[ci skip]
2015-10-12 16:23:37 -07:00
Chris Rebert
bb5542651d
Merge pull request #17880 from bhamodi/newline-fixes
...
Added missing new lines at EOF.
2015-10-10 18:19:54 -07:00
Chris Rebert
d97bf25855
Add Wall of Browser Bugs entry for Safari related to #17438 / #14237
...
https://bugs.webkit.org/show_bug.cgi?id=149935
[skip sauce]
2015-10-10 17:03:36 -07:00
Baraa Hamodi
07c8e3862c
Added missing new lines at EOF.
2015-10-10 19:31:57 -04:00
Baraa Hamodi
388b3363d2
Update Example Footers.
2015-10-10 12:53:16 -04:00
Chris Rebert
799ccf38b9
Add missing space in .backface-visibility definition; fixes #17873
...
[ci skip]
2015-10-10 00:30:46 -07:00
Chris Rebert
c697e17370
Port #17820 to v3
...
Add Wall of Browser Bugs entry for #17438 / #14237
Refs https://code.google.com/p/chromium/issues/detail?id=534750
Closes #17438
Closes #14237
[skip sauce]
2015-10-08 13:50:45 -07:00
Chris Rebert
f5043002d8
Be pedantically correct; refs #17809
...
[skip sauce]
2015-10-07 21:32:57 -07:00
Chris Rebert
1d39f938bb
Tooltips on <table>s should use container: body ; fixes #17809
2015-10-07 21:24:20 -07:00
Dan Croak
d53525cc3e
Add JavaScript configuration for Hound
...
This change uses Bootstrap's existing `js/.jshintrc` file
to configure Hound's hosted JSHint instance.
It leaves existing JavaScript linting as-is
because Hound does not support ESLint or JSCS yet.
On each pull request to Bootstrap,
Hound will comment on any JavaScript style violations in-line,
like this:
![screenshot](https://images.thoughtbot.com/hound/javascript-example.png )
If you update the pull request to adopt a suggestion,
the comment will be hidden.
It leaves the existing linting done by Grunt + Travis.
Hound is free for open source projects
and is open source itself:
https://github.com/thoughtbot/hound
2015-10-03 22:45:37 -07:00
Chris Rebert
a482ddb858
Merge pull request #17753 from twbs/moz-1048279
...
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs
2015-10-01 10:40:16 -07:00
Chris Rebert
ac9fa84385
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs
...
https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX.
Refs #14124 .
[skip sauce]
2015-10-01 10:36:24 -07:00
Chris Rebert
8f627f6546
Merge pull request #17742 from twbs/ie10-viewport-bug-workaround-css
...
Add CSS portion of IE10 viewport bug workaround to docs & examples
2015-09-30 12:51:33 -07:00
Chris Rebert
700966253a
Add CSS portion of IE10 viewport bug workaround to examples
...
Fixes #17337
2015-09-30 12:41:27 -07:00
Chris Rebert
05b1c625be
Add CSS portion of IE10 viewport bug workaround to docs
...
Refs #17337
2015-09-30 12:41:18 -07:00
Chris Rebert
79cdd66bbb
Merge pull request #17726 from tomkel/docs-fade-fix
...
Docs - clarify purpose of CSS class .in to .fade
[skip sauce]
2015-09-28 14:36:44 -07:00
Tommy Kelly
e12547d1de
Docs - clarify purpose of CSS class .in to .fade
2015-09-28 16:23:54 -04:00
Baraa Hamodi
85bc0338d1
Documentation clean up and consistency; closes #17625
...
[skip sauce]
2015-09-28 12:37:35 -07:00
Chris Rebert
e38f066d8c
Merge pull request #17712 from twbs/chrome-meta
...
Mention Chrome meta-bug on Wall of Browser Bugs
2015-09-27 01:25:57 -07:00
Chris Rebert
a52c68092c
Mention Chrome meta-bug on Wall of Browser Bugs
...
https://code.google.com/p/chromium/issues/detail?id=536263
[skip sauce]
2015-09-27 01:18:51 -07:00
Chris Rebert
99d243a6b1
Merge pull request #17693 from rclai/patch-1
...
Update support for Meteor 1.2
2015-09-24 15:36:04 -07:00
Richard Lai
7f45ac255a
Update support for Meteor 1.2
2015-09-24 09:06:17 -04:00
Mark Otto
911312d61e
Merge pull request #17485 from psychobunny/patch-1
...
Separated link not actually separated
2015-09-05 21:33:21 -07:00
psychobunny
a035ae2882
Separated link not actually separated
2015-09-05 14:31:17 -04:00
Mark Otto
3293350780
Merge pull request #17332 from twbs/themes-contact
...
Mention themes contact info in CONTRIBUTING.md
2015-09-01 20:27:19 -07:00
Mark Otto
aba3e40132
Update CONTRIBUTING.md
2015-09-01 20:27:13 -07:00
Supergibbs
9d2bb0faa7
Updated NuGet jQuery dependency (>= 1.9.1 but < 3) to
...
match https://github.com/twbs/bootstrap/pull/16896
2015-09-01 17:08:25 -07:00
Chris Rebert
4753bfb9aa
Mention themes contact info in CONTRIBUTING.md
...
[skip sauce]
[skip validator]
2015-08-26 02:21:34 -07:00
Supergibbs
86997512ce
Changed to only include only *.less files (to match NPM/Bower)
2015-08-20 09:30:30 -07:00
Chris Rebert
108173369d
Merge pull request #17012 from kkirsche/patch-5
...
Have Travis CI use Ruby 2.0.0
2015-08-19 19:30:48 -07:00