Commit Graph

6268 Commits

Author SHA1 Message Date
Corbzilla 1f31077122 removes holder.js references from example docs 2015-09-03 18:54:01 +00: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
Chris Rebert 7ff9b1979c grunt dist 2015-08-26 01:28:48 -07:00
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 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
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
XhmikosR 0873e9afa8 Fix validation errors. 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
wangsai 3b415db33f fix footer links 2015-08-25 14:49:02 +08:00
Mark Otto facb3a0c3c grunt 2015-08-24 22:34:46 -07:00
David\ Beitey b60c94925c Replace docs reference to iconography 2015-08-25 12:43:04 +10: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
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
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
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 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
Chris Rebert 0d59ff81c9 Clear out non-v4 docs translations
After v4.0.0 stable gets released, as existing translations get updated or completely new v4 translations get created, we can start adding entries back to the list.
2015-08-23 21:34:47 -07:00
Chris Rebert 096ed52e06 Merge pull request #17255 from wangsai/translation-zh-new-url
New URL for Chinese translation of Bootstrap 4.x
2015-08-23 20:09:42 -07:00
wangsai d72fdc8093 New URL for Chinese translation of Bootstrap 4.x :
http://v4.bootcss.com
2015-08-24 07:55:25 +08:00
Mark Otto 4b63173a41 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2015-08-23 01:12:12 -07:00
Mark Otto e7ed4ff283 grunt 2015-08-23 01:12:06 -07:00
Mark Otto 3453f55ec5 grunt 2015-08-23 01:00:29 -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 47d5168dc8 grunt 2015-08-23 00:28:58 -07:00
Mark Otto 95292fd0e7 grunt 2015-08-23 00:26:03 -07:00
Mark Otto d4e7252a83 grunt 2015-08-23 00:18:35 -07:00
Mark Otto b857ff45e5 slightly better dashboard example 2015-08-22 23:49:46 -07:00
Mark Otto cf7819d8d5 mention the IE compatability for hidden attr per #17169 2015-08-22 23:17:46 -07:00
Mark Otto db87ffb0db grunt 2015-08-22 21:46:49 -07:00
Mark Otto 018eef9894 Merge pull request #17140 from kkirsche/patch-12
v4 - Rendered example bin in grid docs should use sass
2015-08-22 20:28:01 -07:00
Heinrich Fenkart 44f2e73421 Docs: fix typo from 9c52e03 2015-08-23 04:56:09 +02:00
Mark Otto f22b1b6736 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2015-08-22 19:12:51 -07:00
Mark Otto 0644ce3703 grunt 2015-08-22 19:12:40 -07:00
Mark Otto b3c4ea52cd Merge pull request #17221 from maxbeatty/docs-preprocessor
Update Preprocessor section of homepage
2015-08-22 19:07:05 -07:00
Mark Otto 1f153b640d re-fix #16154 in v4-dev /cc #17101 2015-08-22 19:05:43 -07:00
Mark Otto 421a1393bc grunt 2015-08-22 19:01:14 -07:00
Mark Otto 16075cc068 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2015-08-22 18:58:07 -07:00
Mark Otto 9c52e03d31 avoid mentioning css block level in cards docs /cc #17158 #17103 2015-08-22 18:58:02 -07:00
Mark Otto 818e1243cf add responsive typography note /cc #17095 2015-08-22 18:56:28 -07:00
Mark Otto 37c84f144b nuke that page since it's now unused 2015-08-22 18:51:06 -07:00
Mark Otto d65486270c Merge pull request #17059 from kkirsche/patch-7
State Edge support instead of IE 11 as latest
2015-08-22 18:47:36 -07:00
Mark Otto a93c42bbbe grunt 2015-08-22 18:36:48 -07:00
Mark Otto 912637f0d0 homepage docs callout 2015-08-22 18:32:18 -07:00
Mark Otto 6e5e9225fd grunt 2015-08-22 18:25:20 -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
Max Beatty 2c58bd5294 Update Preprocessor section of homepage 2015-08-21 15:02:11 -07:00
Kevin Imig 3b2b6f4a05 update broken holder.min.js link
update broken holder.min.js link
2015-08-21 20:23:00 +02:00
Kevin Kirsche cf5284f235 v4 - Force linebreaks after grid tier names in v4 grid docs
Fix #17176

Sorry, I f'd up the rebase in #17186
2015-08-21 08:04:44 -04:00
petetnt 3f81cf6093 modal.md - wrapped rows to a .container-fluid, added .bd-example-row for better visualization 2015-08-21 12:23:41 +03: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 d2a2664404 Merge pull request #17084 from thejameskyle/tjk/3
v4 - Use doge instead of css for <pre> example
2015-08-20 21:09:56 -07:00
Mark Otto bf2781d758 Merge pull request #17146 from kkirsche/patch-13
v4 - Add pixel values for the rem breakpoints and column sizes
2015-08-20 21:09:19 -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 b7fe55d064 Merge pull request #17188 from kkirsche/patch-32
v4 - Add new table variants not in V3 to What's new
2015-08-20 21:08:42 -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
Mark Otto 9bd01fc3d4 Merge pull request #17185 from kkirsche/patch-29
v4 - Fix broken link in Sass mixins section of v4 docs
2015-08-20 21:07:19 -07:00
Mark Otto 90a14fdfc6 Merge pull request #17189 from kkirsche/patch-33
v4 - Add new table functionality to table migration section
2015-08-20 21:05:58 -07:00
Kevin Kirsche b35fc603fd v4 - Remove weird extra border from GitHub follow buttons on v4 Team page
Fix #17175

X-Ref Original Against Wrong Branch: #17179
2015-08-20 23:09:19 -04:00
Kevin Kirsche dc4bfcdf44 Add new table functionality to table migration section
Calls out the new `.table-inverse`, `.table-reflow`, `.thead-default` and `.thead-inverse`
2015-08-20 22:42:18 -04:00
Kevin Kirsche 7a35231a92 Add new table variants not in V3
Audit the new table variants in V4 that aren't in V3
2015-08-20 22:38:47 -04:00
Kevin Kirsche bcc16d0754 Document migration from panels to cards
X-Ref: #17120 for `.panel-default` replacement
2015-08-20 22:31:48 -04:00
Kevin Kirsche 5536facc68 Broken link in Sass mixins section of v4 docs
Fix #17177

Simplest example is using horizontal variants using rows.
2015-08-20 22:13:53 -04: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
Chris Rebert d24a15d2b0 rm docs references to nuked stateful button feature
[skip sauce]
2015-08-20 18:47:41 -07:00
Chris Rebert e3899b4fa8 reboot.md: fix typo: "to a minimal" [sic] 2015-08-20 18:37:20 -07:00
Chris Rebert 8e6972b170 docs/layout/grid.md: Fix responsive utilities link 2015-08-20 18:34:59 -07:00
Chris Rebert 911e58ed63 introduction.md: Fix typo: "started template" 2015-08-20 18:21:35 -07:00
Heinrich Fenkart 3c17c9e90c Docs: link to tooling setup on download page 2015-08-21 02:38:36 +02:00
Heinrich Fenkart 66be25917a Docs: various fixes
Mostly links.
Fixes #17056.
2015-08-21 02:15:17 +02:00
Heinrich Fenkart 3895bfa388 Docs: Fix "read more about x-ua" link
Fixes #17096
2015-08-21 01:28:41 +02:00
Heinrich Fenkart c585ea5bdf Merge pull request #17027 from n1c/patch-1
Title on Figures page should be Figures and not Images?
2015-08-21 01:20:51 +02:00
Heinrich Fenkart 29496ada60 Merge pull request #17065 from kkirsche/patch-8
Fix link to .table section in Reboot
2015-08-21 01:09:51 +02:00
Heinrich Fenkart 233ae8164f Merge pull request #17085 from thejameskyle/tjk/4
v4 - Fix urls ./helpers => ./utilities
2015-08-21 01:08:48 +02:00
Heinrich Fenkart 666617109f Merge pull request #17086 from thejameskyle/tjk/5
v4 - Fix text utilities link
2015-08-21 01:08:10 +02:00
Heinrich Fenkart 12df7622a0 Merge pull request #17025 from hebbet/v4-dev
fix broken link to flexbox
2015-08-21 01:02:03 +02:00
Heinrich Fenkart a5bed79459 Fix link to wall of browser bugs; closes #17107 2015-08-21 00:45:09 +02:00
Heinrich Fenkart 2fb4e182c6 Docs: a little bit of love for the wall of browser bugs 2015-08-21 00:41:18 +02:00
Heinrich Fenkart 73a88dbe86 Docs: Update all dropdowns to new HTML structure 2015-08-21 00:18:55 +02:00
Mark Otto 70e4c72066 Merge branch 'v4' into v4-dev 2015-08-20 15:16:41 -07:00
Mark Otto b3808f833d this sucks, but it's needed for now due to the grunt build control plugin 2015-08-20 15:08:43 -07:00
Mark Otto 705fb5361e grunt 2015-08-20 15:06:36 -07:00
Heinrich Fenkart d211654e55 Merge pull request #17156 from kkirsche/patch-19
v4 Docs - Fix scroll spy navbar example
2015-08-20 23:14:09 +02:00
David Richardson 42792682ac Fix use of LESS var syntax in docs when referencing SCSS
Example:
> ... SCSS variables (e.g., `@enable-gradients: true`) ...
Referenced SCSS but used the LESS syntax. Changed to:
> ... SCSS variables (e.g., `$enable-gradients: true`) ...

Closes #17114
2015-08-20 13:03:12 -07:00
Kevin Kirsche df734852ee v4 Docs - Fix scroll spy navbar example
Fix #17125
2015-08-20 15:24:07 -04:00
Heinrich Fenkart d16144cf2f Merge pull request #17152 from zacechola/popover_container_example
v4 - Fix container option example code
2015-08-20 21:15:55 +02:00
Zac Echola 8bfb295c1b Fix container option example code 2015-08-20 13:46:49 -05:00
Kevin Kirsche ca9fdcee9c Add pixel values for the rem breakpoints and column sizes
Fix: #17145
2015-08-20 12:39:21 -04:00
Kevin Kirsche 5c03882aff Rendered example bin in grid docs should use sass
Fix #17129
2015-08-20 11:48:27 -04:00
Christian Oliff 9471ad7533 Fix tether typo
Fix tether typo
2015-08-21 00:43:34 +09:00
Heinrich Fenkart 0771881935 Merge pull request #17133 from zacechola/btn_xs_removal
Remove btn-xs from dropdown docs
2015-08-20 16:48:04 +02:00
Zac Echola 8dec4e8995 Remove btn-xs from dropdown 2015-08-20 09:18:11 -05:00
Benjamin Dean b381af5e65 Fix "background-variants" anchor 2015-08-20 12:53:35 +03:00
lbryant 926fb11158 use Tether addTargetClasses: false option instead of manually removing them 2015-08-20 01:03:29 -04:00
Manoj Kumar 6b1cf58d58 Add more compatibility info and caniuse links to Flexbox docs
Closes #17091
2015-08-19 20:33:07 -07:00
James Kyle 5d8751274d Use .example-element instead of doge 😢 2015-08-19 16:52:24 -07:00
James Kyle 8be18f32ac Fix text utilities link 2015-08-19 15:42:41 -07:00
Heinrich Fenkart 6ce530a1c4 Merge pull request #17083 from thejameskyle/tjk/2
v4 - fix after => :after
2015-08-20 00:35:31 +02:00
James Kyle 459b9fa0e0 Fix urls ./helpers => ./utilities 2015-08-19 15:33:35 -07:00
Heinrich Fenkart 1f6c4859fe Merge pull request #17081 from gps035/patch-1
Correct presented class for outline buttons
2015-08-20 00:33:27 +02:00
James Kyle 4540ad38af Use doge instead of css for <pre> example 2015-08-19 15:28:49 -07:00
James Kyle 3a2c798397 v4 - fix after => :after 2015-08-19 15:21:42 -07:00
gps035 d868eb2825 Correct presented class for outline buttons 2015-08-19 23:17:19 +01:00
James Kyle 56eefe2ab4 Add code example to display typography 2015-08-19 15:16:13 -07:00
Kevin Kirsche 805d4874f0 Fix link to .table section in Reboot
Fix #17062
2015-08-19 17:30:48 -04:00
Kevin Kirsche b6e0481c32 State Edge support instead of IE 11 as latest
Fix #17055
2015-08-19 17:23:50 -04:00
Chris Rebert 1efb07dad9 Merge pull request #17047 from petetnt/petetnt-v4-dev-patch-1
Fixed couple of formatting errors in modal.md (v4)
2015-08-19 13:11:27 -07:00
Chris Rebert 7102ac6e6c Merge pull request #17034 from chrisrowe/patch-1
Fixed "Srollspy" typo in component title
2015-08-19 13:10:22 -07:00
Chris Rebert 7bc5af2628 Merge pull request #17030 from swaincreates/v4-dev-spelling-fix
V4 dev spelling fix in docs/getting-started/flexbox.md
2015-08-19 13:09:12 -07:00
Thomas McDonald c9a5f82357 Merge pull request #17038 from supergibbs/tehter-spelling
tehter spelling
2015-08-19 12:40:37 -07:00
Pete Nykänen 66a9ed278e Fixed couple of formatting errors in modal.md
One extra `</p>` was out of place, plus couple of issues with `'s which caused some odd formatting.
2015-08-19 21:43:16 +03:00
Chris Rowe 95999a13b4 Fixed "Srollspy" typo in component title 2015-08-19 19:29:21 +01:00
Bram van Leur 7ec40d25cd v4: Fix Typo in Forms docs 2015-08-19 20:22:55 +02:00
Supergibbs b071e6e03c tehter -> tether 2015-08-19 11:01:11 -07:00
Thomas McDonald 323b9b1320 remove .btn-xs reference in docs 2015-08-19 10:38:22 -07:00
swaincreates 1e8d186f33 change flexbix to flexbox in docs/getting-started/flexbox.md 2015-08-19 13:30:18 -04:00
Nic 83acf0573b Title on Figures page should be Figures and not Images? 2015-08-19 19:03:33 +02:00
Pascal Herbert 547e6e8af8 fix broken link to flexbox 2015-08-19 18:46:05 +02:00
Mark Otto 980d8ea2d8 docs tweaks for responsive 2015-08-19 00:07:59 -07:00
Mark Otto 624723f4c3 links, disable downloads, alert package manager downloads 2015-08-18 23:51:59 -07:00
Mark Otto 1020297f0a remove cdn link from home for now 2015-08-18 23:46:56 -07:00
Mark Otto 5a905ef8a5 basic responsive top nav hacks for docs 2015-08-18 23:44:18 -07:00
Mark Otto 923677013d themes link 2015-08-18 23:19:38 -07:00
Mark Otto fc5d996e10 Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 2015-08-18 22:23:44 -07:00
Mark Otto d52755b3eb comment out versions for now 2015-08-18 20:31:27 -07:00
Mark Otto 6211641f69 more grunt 2015-08-18 20:28:45 -07:00
Mark Otto 0df8fae725 grunt 2015-08-18 20:25:35 -07:00
Mark Otto c8306d2f70 rewrite active and disabled styles for navs 2015-08-18 20:25:31 -07:00
Mark Otto d2f4c35061 rewrite some button group docs 2015-08-18 20:25:18 -07:00
Mark Otto e18d6b691d note to the migration page 2015-08-18 20:03:03 -07:00
Mark Otto f83ca1c6b0 ads colors 2015-08-18 19:56:28 -07:00
Mark Otto 7de3b3eced fix footer to use new dropdown markup 2015-08-18 19:51:21 -07:00
Mark Otto 1ee84d4a1c help text tweaks 2015-08-18 19:36:01 -07:00
Mark Otto a79e7db6bd document some help text examples to the docs 2015-08-18 19:30:22 -07:00
Mark Otto c369409a54 grunt 2015-08-18 19:26:21 -07:00
Mark Otto 58d1297fcb overhaul custom selects with latest from primer, shoutout 2015-08-18 19:26:18 -07:00
Mark Otto 15b7ce59df grunt 2015-08-18 18:45:12 -07:00
Mark Otto 5ebc46cec3 fix dropdown fonts in header 2015-08-18 18:45:08 -07:00
Mark Otto 2685475919 downsize that nav 2015-08-18 01:27:33 -07:00