Commit Graph

12810 Commits

Author SHA1 Message Date
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
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
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
Benjamin Dean
b381af5e65 Fix "background-variants" anchor 2015-08-20 12:53:35 +03:00
Boris Kaiser
463837c1c7 Remove duplicate "spaced-comment" in eslintrc
Closes #17100
2015-08-20 01:27:47 -07:00
Gleb Mazovetskiy
f88cbe7ee4 Fix -flex compile on Sass Ruby #17046 2015-08-20 08:38:02 +01: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
Heinrich Fenkart
136461b5b6 Merge pull request #17064 from paulirish/patch-1
reboot.scss typo  (shttp --> http)
2015-08-20 01:06:41 +02:00
Paul Irish
291910402b reboot.scss: typo 2015-08-19 16:02:57 -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
Heinrich Fenkart
c0fe7400e5 Merge pull request #17080 from thejameskyle/tjk/1
v4 - Add display typography code example
2015-08-20 00:30:51 +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
Chris Rebert
43a6765fbe Merge pull request #17079 from SidRoberts/patch-1
Fixed a typo in buttons (disaabled)
2015-08-19 15:12:06 -07:00
Sid Roberts
6cc6f201af Fixed a typo (disaabled). 2015-08-19 23:09:17 +01:00
Heinrich Fenkart
d46ab6bf3a Merge pull request #17063 from chrisbell08/v4-dev
Fix spelling mistake.
2015-08-19 23:57:10 +02:00
Kevin Kirsche
9e8bd818b2 Card variables should be in _variables.scss
Fixes #17061
2015-08-19 17:35:34 -04: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
Paul Irish
604dba1803 reboot.scss typo 2015-08-19 14:16:09 -07:00
Chris Bell
333be22824 Update _variables.scss
Fixed spelling mistake. Changed table of "ontents" to "Contents".
2015-08-19 22:06:39 +01:00