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

12937 Commits

Author SHA1 Message Date
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
Kevin Kirsche
4a4f48acfd v4 Fix link to narrow jumbotron example
Fix #17174
2015-08-20 21:54:37 -04: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
67af7ca69a Docs: Update CDN links
Fixes #17028
Closes #17042
2015-08-21 01:16:55 +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
ff5218a08e Merge pull request #17172 from twbs/v4-docs-dropdowns
Docs: Update all dropdowns to new HTML structure
2015-08-21 00:34:16 +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
Thomas McDonald
ec523617a3 add jekyll plugins to gemfile 2015-08-20 14:16:28 -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
Thomas McDonald
be17600d7c run jekyll with bundle exec 2015-08-20 14:09:56 -07:00
Thomas McDonald
0409024266 install scss-lint in system 2015-08-20 13:54:54 -07:00
Chris Rebert
4e63f0b729 Merge pull request #17164 from twbs/shrinkwrap
Update shrinkwrap to help fix Travis build
2015-08-20 13:48:47 -07:00
Chris Rebert
59011ccf7a Update shrinkwrap to help fix Travis build 2015-08-20 13:43:51 -07: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
477790c672 Use border-radius mixing in form-control-sm and form-control-lg
Fix #17160
2015-08-20 15:53:41 -04: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
Heinrich Fenkart
d07782ca2a Merge pull request #17139 from coliff/patch-6
v4 Docs - Fix tether typo
2015-08-20 17:49:58 +02: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
Heinrich Fenkart
761364f64f Merge pull request #17132 from zacechola/jquery_cdn_link
Add jquery cdn link
2015-08-20 16:08:25 +02:00
Zac Echola
0cc0e1bccd Add jquery cdn link 2015-08-20 09:00:59 -05:00
Heinrich Fenkart
b591d232a6 Merge pull request #17115 from benjamindean/patch-1
Fix "background-variants" anchor
2015-08-20 13:24:52 +02:00