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

13255 Commits

Author SHA1 Message Date
Chris Rebert
7e88a6a998 Merge pull request #18029 from twbs/fix-18026
Stop hardcoding grid tiers in flexbox alignment & ordering classes
2015-10-23 12:18:52 -07:00
Chris Rebert
f730162072 Stop hardcoding grid tiers in flexbox alignment & ordering classes; fixes #18026
[skip sauce]
[skip validator]
2015-10-23 12:09:00 -07:00
Chris Rebert
a19bcaef96 grunt dist 2015-10-23 12:06:24 -07:00
Chris Rebert
77f565a608 Merge pull request #18028 from twbs/fix-18027
Stop hardcoding grid breakpoints in responsive alignment utility classes
2015-10-23 11:55:42 -07:00
Chris Rebert
d3cb2ca43c Stop hardcoding grid breakpoints in responsive alignment utility classes; fixes #18027
[skip sauce]
[skip validator]
2015-10-23 11:49:46 -07:00
Kevin Kirsche
fbbadaff3c Use $enable-rounded for .label-pill
Fix #18002
2015-10-22 08:05:47 -04:00
Chris Rebert
807fb8847a Merge pull request #18013 from vsn4ik/rm_unused_sass_repo
v4 - Remove unused sass_repo variable
2015-10-21 14:47:02 -07:00
vsn4ik
84553c0779 Remove unused sass_repo variable 2015-10-22 00:01:14 +03:00
Chris Rebert
0ccac4a6e0 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:58:09 -07:00
Chris Rebert
dd78e75991 docs/getting-started/javascript.md: Hyperlink preventDefault() mention
[skip sauce]
2015-10-19 23:45:26 -07:00
Chris Rebert
5b113b2c71 Anonymous table bug is still present in Safari 9.0, but should be fixed in the next version 2015-10-19 19:27:37 -07:00
Chris Rebert
058802d02b Merge pull request #17970 from hzoo/update-jscs
v4 - Update grunt-jscs to 2.1.0 to use JSCS 2.x
2015-10-19 13:13:21 -07:00
Chris Rebert
3f947357d4 Merge pull request #17980 from tshinnic/v4_docs_typos_1
Fix three small typos
2015-10-19 10:20:43 -07:00
Thomas Shinnick
5b71753763 Fix three small typos 2015-10-19 11:37:19 -05:00
Henry Zhu
8924b5044e update grunt-jscs to 2.1.0 to use jscs 2.x 2015-10-19 08:17:13 -04:00
Chris Rebert
1f4401fd10 Merge pull request #17955 from twbs/bug-wall-17913
Add #17913 to Wall of Browser Bugs
2015-10-17 00:40:54 -07:00
Chris Rebert
44fbe4282f 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:39:45 -07:00
Chris Rebert
54ff87adf3 Merge pull request #17949 from darkdiesel/v4-dev
Fix typo in docs for tooltips.
2015-10-16 10:56:57 -07:00
Peshkov, Igor
9598f98a48 Fix docs for tooltips. 2015-10-16 15:24:53 +03:00
Patrick H. Lauke
df33a43bbd Merge pull request #17945 from patrickhlauke/docs-redundant-sr
Remove redundant `<span class="sr-only">...</span>` for close buttons
2015-10-16 09:50:18 +01:00
Patrick H. Lauke
68189e2269 Add "keyboard users" to heading for sr-only-focusable 2015-10-16 00:57:49 +01:00
Patrick H. Lauke
9302fd4fd4 Remove redundant .sr-only text for Close buttons
Since `aria-label` is used, it's not necessary anymore.
2015-10-16 00:56:59 +01:00
Marcio Vicente
c46d1d65f1 Adding autocomplete attribute in docs input search 2015-10-13 22:56:54 -03:00
XhmikosR
724bf86288 Run grunt.
[ci skip]
2015-10-14 00:49:31 +03:00
XhmikosR
fe0ad82159 Update devDependencies. 2015-10-14 00:49:05 +03:00
XhmikosR
7e418d1bba Update gems.
[skip validator]
[skip sauce]
2015-10-14 00:45:14 +03:00
Marko Prelec
d5e47c57f1 Extract list-unstyled mixin; closes #17792
/fyi @mdo
2015-10-13 01:24:11 -07:00
Mark Otto
8cb00d6420 Merge pull request #17701 from lesleh/patch-1
Reset iOS rounded inputs
2015-10-13 00:34:15 -07:00
Mark Otto
ee4a7f384e Merge pull request #17817 from kkirsche/patch-29
Remove double bottom border on sub header in dashboard example
2015-10-13 00:32:10 -07:00
Mark Otto
abe9922fc7 Merge pull request #17896 from twbs/text-capitalize-doc
Tweak .text-capitalize example to show what happens to interior capital letters
2015-10-13 00:31:27 -07:00
Mark Otto
9a2cd376c8 Merge pull request #17903 from twbs/card-border-radius-default
Make $card-border-radius default to $border-radius
2015-10-13 00:31:03 -07:00
Mark Otto
ffc38b3376 Merge pull request #17900 from kkirsche/patch-34
Use .blockquote class in V4 examples page
2015-10-13 00:30:49 -07:00
Chris Rebert
96f21a804b Merge pull request #17906 from twbs/wkbug-150079
Add Wall of Browser Bugs entry for #14975
2015-10-12 19:12:24 -07:00
Chris Rebert
9a3d72f659 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:11:30 -07:00
Chris Rebert
2feaf0a27c Make $card-border-radius default to $border-radius
They already share the same value (`.25rem`)
Refs #17597
[skip sauce]
2015-10-12 16:32:15 -07:00
Chris Rebert
e24f10e0d8 Merge pull request #17902 from twbs/wkbug-138167-fixed
Remove #9774's entry from Wall of Browser Bugs
2015-10-12 16:22:57 -07:00
Chris Rebert
5a1bfc0655 http://wkbug.com/138167 has been fixed!
See http://trac.webkit.org/changeset/190893
Refs #9774, #14907
[ci skip]
2015-10-12 16:20:53 -07:00
Kevin Kirsche
a05008cb09 Use .blockquote class in V4 examples page
Fix #17888
2015-10-12 16:56:01 -04:00
Chris Rebert
684300058e Tweak .text-capitalize example to show what happens to interior capital letters; refs #17893
[ci skip]
2015-10-12 11:18:11 -07:00
Chris Rebert
ba16aa44d0 Mention ScrollPos-Styler in the migration docs; closes #17819 2015-10-11 15:32:53 -07:00
Chris Rebert
b301129f02 Add docs for #17710 2015-10-11 15:20:12 -07:00
Johann-S
817d997b75 Use Page Visibility API in Carousel; fixes #17706
Avoids cycling carousels when the page isn't visible.
Closes #17710
Refs #15566
2015-10-11 15:10:49 -07:00
Chris Rebert
9b12e5f495 docs/examples/cover/cover.css: Fix "inheritence" typo 2015-10-11 12:42:35 -07:00
Chris Rebert
977365f6f9 Merge pull request #17881 from twbs/wkbug-149935
Add Wall of Browser Bugs entry for Safari related to #17438 / #14237
2015-10-10 17:02:58 -07:00
Chris Rebert
bac1eb9ca5 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 16:57:30 -07:00
Chris Rebert
313635350a Remove em media queries note in Migration docs; no longer accurate as of #17403
[ci skip]
2015-10-10 15:36:07 -07:00
Chris Rebert
b74536fa8c grunt dist 2015-10-09 21:03:57 -07:00
Patrick H. Lauke
c989fcc857 Merge pull request #17875 from patrickhlauke/v4-ios-viewport-tweak2
Add shrink-to-fit to getting started
2015-10-09 21:03:58 +01:00
Patrick H. Lauke
6ebd6c4aab Add shrink-to-fit to getting started
See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473
2015-10-09 21:01:21 +01:00
Chris Rebert
93e56a0c64 Merge pull request #17775 from twbs/font-migration
Add Glyphicons migration guidance
[skip sauce]
2015-10-08 19:51:18 -07:00