Commit Graph

12862 Commits

Author SHA1 Message Date
David Baughman
bf31c8b9d9 For now, add hacky <div id="navbar"> to avoid HTML validation error in Dashboard example
Closes #17319 by merging it.
2015-08-25 23:39:05 -07:00
Chris Rebert
8644ce0d7e Merge pull request #17326 from twbs/build/rm-gem
rm broken bundle update task & defunct custom RubyGem caching scheme
2015-08-25 23:18:44 -07:00
Chris Rebert
3cc25428be rm broken bundle update task & defunct custom RubyGem caching scheme
[skip sauce]
2015-08-25 23:00:18 -07:00
Chris Rebert
8bc2e21754 Gruntfile: rm reference to defunct customizer
[skip sauce]
2015-08-25 22:51:21 -07:00
Chris Rebert
4b33684cd6 Merge pull request #17318 from splendido/v4-meteor-fix
[v4] Fix for Meteor package: removed font files
2015-08-25 14:48:37 -07:00
Chris Rebert
2a671cc186 migration.md: fix typo in TODO 2015-08-25 14:16:49 -07:00
Chris Rebert
927f0227cf Use non-broken Sass link in docs; fixes part of #17314
[skip sauce]
2015-08-25 14:14:41 -07:00
Luca Mussi
71c595454c removed font files 2015-08-25 23:10:50 +02:00
Thomas McDonald
210e2b8100 Merge pull request #17050 from twbs/fix-travis-v4
v4 Travis Build

sets up infra to properly build Bootstrap
2015-08-25 10:01:10 -07:00
Thomas McDonald
75374ce511 Merge branch 'v4-dev' into fix-travis-v4 2015-08-25 10:00:36 -07:00
Thomas McDonald
757e71252f strip out old caching 2015-08-25 09:58:32 -07:00
XhmikosR
ab4c07dbdd Bump year.
[ci skip]
2015-08-25 18:52:27 +03:00
XhmikosR
606393502d Specify Internet Explorer 9 as the minimum supported version. 2015-08-25 18:52:27 +03:00
Mark Otto
5fc3b1d540 Merge pull request #17113 from JanStevens/v4-fix-retina-mixin
Fixes the _image mixing by prefixing the parameters with $
2015-08-25 07:45:02 -07:00
XhmikosR
0873e9afa8 Fix validation errors. 2015-08-25 15:38:20 +03:00
XhmikosR
366e51df3f Enforce LF for .rb files too. 2015-08-25 15:38:20 +03:00
XhmikosR
9420297dc2 SCSS lint fixes.
[ci skip]
2015-08-25 15:38:20 +03:00
Mark Otto
b11034d780 Merge pull request #17292 from twbs/ff-esr
Explicitly document existing de facto policy of supporting ESR Firefox
2015-08-25 00:28:45 -07:00
Mark Otto
ebc0a56c6f Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2015-08-25 00:27:44 -07:00
Mark Otto
37b00133ae Merge pull request #17295 from twbs/dropdown-design
Document that dropdowns are intentionally click-based rather than hover-based
2015-08-25 00:25:24 -07:00
Mark Otto
a05c2d152e Merge pull request #17305 from wangsai/footer-links
fix footer links to proper pages
2015-08-25 00:24:57 -07:00
wangsai
3b415db33f fix footer links 2015-08-25 14:49:02 +08:00
XhmikosR
7e2eb9e74a js/.eslintrc: sort rules by name.
[ci skip]
2015-08-25 08:45:07 +03:00
XhmikosR
4fae5a6f4b Fix grunt validate-html task. 2015-08-25 08:43:47 +03:00
Mark Otto
facb3a0c3c grunt 2015-08-24 22:34:46 -07:00
XhmikosR
108ef992d9 grunt/bs-commonjs-generator.js: reapply the fix for Windows slashes.
[ci skip]
2015-08-25 08:27:01 +03:00
XhmikosR
a0ba1f1f62 .gitattributes: enforce LF for scss files.
[ci skip]
2015-08-25 08:04:30 +03:00
Mark Otto
9fa2f64717 Merge pull request #17299 from davidjb/v4-dev
Replace docs reference to iconography
2015-08-24 21:23:19 -07:00
David\ Beitey
b60c94925c Replace docs reference to iconography 2015-08-25 12:43:04 +10:00
Heinrich Fenkart
9d684a935d Merge pull request #17294 from unehub/patch-1
PropertySortOrder
2015-08-25 02:20:05 +02: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
Thomas McDonald
0db77cc19a remove dupe jekyll 2015-08-24 16:23:00 -07:00
Thomas McDonald
1332ba3ac7 update pip installation 2015-08-24 16:19:47 -07:00
Thomas McDonald
22717a1242 Merge branch 'v4-dev' into fix-travis-v4 2015-08-24 16:19:19 -07:00
Heinrich Fenkart
0da684ff85 Merge pull request #17275 from mattez/fix-docs-layout-grid
Fix anchors, fix naming consistency
2015-08-25 00:21:39 +02:00
Felipe
67995d034e PropertySortOrder
Properties should be ordered border-top, border-bottom
2015-08-24 16:44:55 -05:00
Chris Rebert
d10c889fee Merge pull request #17293 from twbs/fix-17263
Replace remaining instances of defunct .visible* classes in docs
2015-08-24 14:44:48 -07:00
Chris Rebert
1ec0c49358 Replace remaining instances of defunct .visible* classes in docs
.visible-xs(-block) => .hidden-sm-up

Fixes #17263.
[skip sauce]
2015-08-24 14:42:21 -07:00
Chris Rebert
168cba1701 Explicitly document existing de facto policy of supporting ESR Firefox
Refs #17237
[skip sauce]
2015-08-24 14:32:58 -07:00
Gleb Mazovetskiy
535b1c4b37 Merge pull request #17289 from kkirsche/patch-12
Fix accidental triple colon from :before to ::before conversion
2015-08-24 21:27:48 +01:00
Kevin Kirsche
29e4dd2fba Fix accidental triple colon from :before to ::before conversion
Fix #17288 — Sorry about that!
2015-08-24 15:47:04 -04:00
Mark Otto
46a524f302 Merge pull request #17058 from kkirsche/patch-6
Use double colons for psuedo elements
2015-08-24 11:08:55 -07:00
Kevin Kirsche
d51f0a4f81 Use double colons for psuedo elements
Fix #17052
2015-08-24 13:22:10 -04:00
Matěj Kříž
a1b38092e2 Fix anchors, fix naming consistency
I found non working anchors and some naming in consistency. I hope I fixed well. Have a nice day.
2015-08-24 16:30:46 +02:00
Mark Otto
c8ab0a56c2 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2015-08-23 23:16:18 -07:00
Mark Otto
7d194a9bd3 wrap box-shadows in mixin in custom forms. fixes #17242 2015-08-23 23:13:14 -07:00
Mark Otto
e27e9d863b Merge pull request #17253 from wangsai/jekyll-redirect-from
Add jekyll-redirect-from plugin in Gemfile
2015-08-23 23:08:24 -07:00
Mark Otto
2dddf997a9 my bad, fix those values
/cc @cvrebert
2015-08-23 23:03:58 -07:00
Mark Otto
80435ee656 Merge pull request #17187 from kkirsche/patch-31
v4 - Document migration from panels to cards
2015-08-23 23:03:05 -07:00
Mark Otto
19deadda95 shorter 2015-08-23 23:00:47 -07:00