XhmikosR
|
0e79fe1a9f
|
Update JSCS config for the new version.
|
2015-01-16 17:49:58 +02:00 |
|
XhmikosR
|
f5a5621af2
|
Update devDependencies.
|
2015-01-16 17:49:58 +02:00 |
|
Mark Otto
|
f9ef6d2471
|
Merge pull request #15585 from dancourse/patch-1
12 items of *fewer* as it's a countable item
|
2015-01-16 03:03:28 -08:00 |
|
Bootstrap's Grunt bot
|
e0da137158
|
automatic grunt dist
|
2015-01-16 10:51:20 +00:00 |
|
Mark Otto
|
02921b4d75
|
Merge pull request #15584 from KevinJannis/patch-2
Added blank lines between selectors for alerts
|
2015-01-16 02:41:11 -08:00 |
|
Dan Course
|
21f7254e10
|
12 items of *fewer* as it's a countable item
http://www.oxforddictionaries.com/words/less-or-fewer
|
2015-01-16 10:36:46 +00:00 |
|
Kevin Jannis
|
1c131fb95d
|
Added blank lines between selectors for alerts
|
2015-01-16 10:06:35 +01:00 |
|
Chris Rebert
|
ca2c1e1576
|
custom widths not always required for inline form fields
[skip sauce]
|
2015-01-15 17:52:02 -08:00 |
|
Chris Rebert
|
2fa70f37da
|
Add example of using .form-inline with visible <label>s
Refs #15410
[skip sauce]
|
2015-01-15 17:47:22 -08:00 |
|
Chris Rebert
|
cd31bef5ce
|
Merge pull request #15580 from twbs/tooltip-async-docs
Document that tooltip+popover show+hide methods are async
|
2015-01-15 17:22:14 -08:00 |
|
Chris Rebert
|
63f3136450
|
Document that tooltip+popover show+hide methods are async; fixes #15500
[skip sauce]
|
2015-01-15 17:18:00 -08:00 |
|
Mark Otto
|
dbffb0b47f
|
Fixes #15536, #15559: Add .form-group sizing support to .form-control-static
|
2015-01-15 16:03:13 -08:00 |
|
Mark Otto
|
ec2ccf4219
|
Merge branch 'master' of github.com:twbs/bootstrap
|
2015-01-15 15:51:12 -08:00 |
|
Mark Otto
|
d4f1331e51
|
grunt
|
2015-01-15 15:51:02 -08:00 |
|
Chris Rebert
|
499f71d27f
|
Merge pull request #15498 from twbs/fix-15332
Add examples of using feedback icons with .input-group
|
2015-01-15 15:49:46 -08:00 |
|
Bootstrap's Grunt bot
|
149dac0a58
|
automatic grunt dist
|
2015-01-15 23:41:25 +00:00 |
|
Mark Otto
|
6bf8636a91
|
Merge pull request #15567 from twbs/fix-15565
Use @link-hover-decoration for .btn-link too; fixes #15565
|
2015-01-15 15:36:19 -08:00 |
|
Mark Otto
|
619843472a
|
Merge pull request #15482 from liias/patch-1
Add .disabled class styling for .btn-styles in theme
|
2015-01-15 15:34:34 -08:00 |
|
Bootstrap's Grunt bot
|
f31f6b9b25
|
automatic grunt dist
|
2015-01-15 23:31:25 +00:00 |
|
Mark Otto
|
d8acd5f2a6
|
Merge pull request #15577 from KevinJannis/patch-1
Added blank line between selectors in jumbotron
|
2015-01-15 15:28:38 -08:00 |
|
Chris Rebert
|
86d368eb6d
|
Merge pull request #15578 from twbs/licensing-contributing
Clarify in CONTRIBUTING docs that CC-BY 3.0 License applies to Bootstrap's docs
|
2015-01-15 15:01:40 -08:00 |
|
Chris Rebert
|
6ccf46a56b
|
Merge pull request #15576 from twbs/chrome-bug-449180
Add Wall of Browser Bugs entry for #15298
|
2015-01-15 14:07:37 -08:00 |
|
Gleb Mazovetskiy
|
3d635f3079
|
Update grunt/bs-sass-compile/ to point to _bootstrap.scss
|
2015-01-15 21:28:14 +00:00 |
|
Gleb Mazovetskiy
|
2916ac43ed
|
Rename scss/bootstrap.scss -> scss/_bootstrap.scss
This is required for Compass compatibility. See
https://github.com/twbs/bootstrap-sass/issues/694
Also updates bower.json and package.json references to the main Sass
file.
|
2015-01-15 21:20:40 +00:00 |
|
Chris Rebert
|
16089d92de
|
Clarify in CONTRIBUTING docs that CC-BY 3.0 License applies to Bootstrap's docs
[ci skip]
|
2015-01-15 11:25:05 -08:00 |
|
Kevin Jannis
|
bb479b8f47
|
Added blank line between selectors in jumbotron
|
2015-01-15 20:17:02 +01:00 |
|
Chris Rebert
|
7164d84953
|
Add Wall of Browser Bugs entry for #15298
[skip sauce]
|
2015-01-15 11:10:02 -08:00 |
|
Chris Rebert
|
f1cb639c34
|
Docs: add missing "http://"
|
2015-01-15 10:46:58 -08:00 |
|
Chris Rebert
|
47ec330473
|
Merge pull request #15560 from twbs/fix-15555
Document that .form-inline & .form-horizontal work fine on non-<form>s too
|
2015-01-14 21:07:26 -08:00 |
|
Chris Rebert
|
e10dbcd02e
|
Merge pull request #15569 from twbs/fix-15127
Document usage of npm package
|
2015-01-14 18:52:17 -08:00 |
|
Chris Rebert
|
ccc3eb5cc6
|
document usage of npm package; fixes #15127
[skip sauce]
|
2015-01-14 18:43:08 -08:00 |
|
Mark Otto
|
0531d6476c
|
Merge pull request #63 from twbs/team-unity
Core & Sass Teams are now one and the same bigger Team
|
2015-01-14 18:02:18 -08:00 |
|
Chris Rebert
|
65721f5315
|
Use @link-hover-decoration for .btn-link too; fixes #15565
[skip sauce]
[skip validator]
|
2015-01-14 14:43:21 -08:00 |
|
Chris Rebert
|
e94a597685
|
Core & Sass Teams are now one and the same bigger Team
|
2015-01-14 10:45:07 -08:00 |
|
Chris Rebert
|
7b84705286
|
Document that .form-inline & .form-horizontal work fine on non-<form>s too
Fixes #15555
[skip sauce]
|
2015-01-13 17:36:37 -08:00 |
|
Chris Rebert
|
fb6622a7d4
|
Document that calling tooltip/popover .show()/.hide() qualifies as manual triggering
Fixes #15465
[skip sauce]
|
2015-01-13 17:06:31 -08:00 |
|
Bootstrap's Grunt bot
|
9fdf7a26e1
|
automatic grunt dist
|
2015-01-13 20:31:25 +00:00 |
|
Chris Rebert
|
0dc8395590
|
use strict mode for jqueryVersionCheck; fixes #15535
|
2015-01-13 12:21:32 -08:00 |
|
Lee Penkman
|
0c8cb3f2dc
|
Fix table-striped to work with bootstraps tooltips on rows
|
2015-01-13 14:18:52 +13:00 |
|
Chris Rebert
|
82d786b5fe
|
Filed http://openradar.appspot.com/19435018
Refs #14868
|
2015-01-09 19:39:33 -08:00 |
|
Chris Rebert
|
dbe38e89d0
|
Filed http://openradar.appspot.com/19434933
Refs #15205
|
2015-01-09 19:16:06 -08:00 |
|
Chris Rebert
|
4576dbae95
|
Filed http://openradar.appspot.com/19434878
Refs #11266, #13098
|
2015-01-09 19:04:42 -08:00 |
|
Chris Rebert
|
72a91b0205
|
Merge pull request #15533 from twbs/crbug-377346-fixed
Remove #13892's entry from the Wall of Browser Bugs
|
2015-01-09 15:07:52 -08:00 |
|
Chris Rebert
|
aa62f1b944
|
http://crbug.com/377346 is claimed to be fixed in Chrome 41
So remove its entry from the Wall of Browser Bugs.
Refs #13892, #14037
[skip sauce]
|
2015-01-09 15:04:59 -08:00 |
|
Chris Rebert
|
8ce8cd992e
|
remove more Glyphicon references from the docs
|
2015-01-09 12:33:34 -08:00 |
|
Thomas McDonald
|
d2f29fd649
|
remove unused font files
|
2015-01-09 10:15:32 +00:00 |
|
Chris Rebert
|
c56219d223
|
Merge pull request #15524 from twbs/masonry
Add pointer to Masonry (& similar) in the Thumbnail docs
|
2015-01-08 17:13:49 -08:00 |
|
Gleb Mazovetskiy
|
720d02c5e5
|
Revert "Remove libsass @media nesting bug workaround"
This reverts commit d6a5ebf438 .
There has not been a release of libsass with this fix yet, sorry!
|
2015-01-08 21:38:12 +00:00 |
|
Chris Rebert
|
901ece7996
|
add pointer to Masonry in the thumbnail docs
|
2015-01-08 13:35:05 -08:00 |
|
Gleb Mazovetskiy
|
f4a00dc037
|
Merge pull request #58 from twbs/libsass-185
Remove libsass @media nesting bug workaround
|
2015-01-08 21:23:29 +00:00 |
|