Bootstrap's Grunt bot
e260661ab8
automatic grunt dist
2015-03-29 04:00:36 +00:00
Mark Otto
57c8e3cd51
Merge branch 'master' into input_sizing
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
2015-03-28 20:31:53 -07:00
Bootstrap's Grunt bot
93bf800e1f
automatic grunt dist
2015-03-28 00:50:33 +00:00
Bootstrap's Grunt bot
0fa643a8a3
automatic grunt dist
2015-03-27 08:50:27 +00:00
Bootstrap's Grunt bot
5833d079a0
automatic grunt dist
2015-03-26 05:40:28 +00:00
Bootstrap's Grunt bot
087c68bd85
automatic grunt dist
2015-03-26 05:10:31 +00:00
Bootstrap's Grunt bot
39a05d7420
automatic grunt dist
2015-03-26 05:00:30 +00:00
Mark Otto
df8010b815
Fixes #15074 : Manually handle input sizing in form groups instead of using mixins because nesting
2015-03-25 21:18:19 -07:00
Chris Rebert
c26ffd43c3
Only disable pointer-events on disabled <a> btns; fixes #16088
...
<a> doesn't support the `[disabled]` attribute,
so `a.btn.disabled` simulates it using `pointer-events: none`.
However, this is unnecessary for <button>s and <input>s, and
also prevents their `[disabled]` cursor from displaying.
[skip sauce]
[skip validator]
2015-03-17 10:29:36 -07:00
Chris Rebert
a10eb60bc0
full grunt
2015-03-16 08:44:41 -07:00
Bootstrap's Grunt bot
ba1345f144
automatic grunt dist
2015-03-10 20:20:23 +00:00
Bootstrap's Grunt bot
f972a84dd7
automatic grunt dist
2015-03-09 16:21:12 +00:00
Bootstrap's Grunt bot
253dfc0d3d
automatic grunt dist
2015-03-09 08:41:21 +00:00
Bootstrap's Grunt bot
c1005f5283
automatic grunt dist
2015-03-03 05:01:43 +00:00
Bootstrap's Grunt bot
399658178d
automatic grunt dist
2015-03-02 14:51:23 +00:00
Bootstrap's Grunt bot
4311e09b04
automatic grunt dist
2015-03-02 12:41:16 +00:00
Bootstrap's Grunt bot
ad379ffb4a
automatic grunt dist
2015-02-27 07:51:17 +00:00
Bootstrap's Grunt bot
984204c39e
automatic grunt dist
2015-02-26 14:21:13 +00:00
Bootstrap's Grunt bot
02f8cf9d0e
automatic grunt dist
2015-02-21 04:21:05 +00:00
Bootstrap's Grunt bot
9677d6685a
automatic grunt dist
2015-02-19 23:51:16 +00:00
Bootstrap's Grunt bot
ed627ebcfb
automatic grunt dist
2015-02-19 04:21:09 +00:00
Bootstrap's Grunt bot
6e0009e18d
automatic grunt dist
2015-02-17 19:41:00 +00:00
Bootstrap's Grunt bot
6379674f35
automatic grunt dist
2015-02-12 06:41:05 +00:00
XhmikosR
c388870cef
Downgrade grunt-contrib-cssmin.
...
v0.12.0-v0.12.1 breaks paths in URL.
2015-02-10 10:49:59 +02:00
Bootstrap's Grunt bot
47c3c6a59f
automatic grunt dist
2015-02-10 07:21:10 +00:00
Bootstrap's Grunt bot
3efa9c46a4
automatic grunt dist
2015-02-09 01:41:04 +00:00
Bootstrap's Grunt bot
7d4ce8104a
automatic grunt dist
2015-02-09 00:31:19 +00:00
Bootstrap's Grunt bot
fa27dc13b6
automatic grunt dist
2015-02-03 02:11:42 +00:00
Bootstrap's Grunt bot
5e26ad4921
automatic grunt dist
2015-01-22 03:01:38 +00:00
Bootstrap's Grunt bot
c8be2a063a
automatic grunt dist
2015-01-21 21:20:51 +00:00
Chris Rebert
07a3ea5f54
Add .glyphicon-* aliases for other ISO 4217-ish currency codes
...
Fixes #15617 .
2015-01-20 16:24:48 -08:00
Bootstrap's Grunt bot
c643a3d331
automatic grunt dist
2015-01-19 23:20:54 +00:00
Mark Otto
fa47de717e
grunt
2015-01-19 08:33:33 -08:00
Mark Otto
c683e7dea7
bump versions
2015-01-19 08:32:13 -08:00
Mark Otto
4ed95f5fa2
fixes #15497 : increase decimals on line-height-large from 1.33 to 1.3333333 to fix button sizing in Win 8.1 Chrome
2015-01-18 15:03:14 -08:00
Mark Otto
db8eeaa17a
Fixes #15142 : Add position: relative; to .dropup for proper placement of menus
2015-01-18 13:39:40 -08:00
Mark Otto
1bf1ba7103
Merge branch 'master' into pr/15278
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2015-01-18 12:24:29 -08:00
Mark Otto
de491e914a
fixes #15493 : inherit color on small/.small in .panel-title
2015-01-17 21:35:55 -08:00
Bootstrap's Grunt bot
c020669b07
automatic grunt dist
2015-01-18 05:11:01 +00:00
Bootstrap's Grunt bot
46710efba4
automatic grunt dist
2015-01-16 21:41:05 +00:00
Bootstrap's Grunt bot
2a1adb5f94
automatic grunt dist
2015-01-16 19:11:06 +00:00
Bootstrap's Grunt bot
e0da137158
automatic grunt dist
2015-01-16 10:51:20 +00:00
Mark Otto
dbffb0b47f
Fixes #15536 , #15559 : Add .form-group sizing support to .form-control-static
2015-01-15 16:03:13 -08:00
Bootstrap's Grunt bot
149dac0a58
automatic grunt dist
2015-01-15 23:41:25 +00:00
Bootstrap's Grunt bot
f31f6b9b25
automatic grunt dist
2015-01-15 23:31:25 +00:00
Bootstrap's Grunt bot
e213bc0ccc
automatic grunt dist
2015-01-08 02:01:51 +00:00
Bootstrap's Grunt bot
548d46eb8b
automatic grunt dist
2015-01-01 03:01:40 +00:00
Chris Rebert
45f5841785
Merge pull request #15464 from twbs/address-15419
...
Address #15419
2014-12-31 16:11:04 -08:00
Bootstrap's Grunt bot
6c383c5102
automatic grunt dist
2015-01-01 00:02:16 +00:00
Bootstrap's Grunt bot
5a35555a72
automatic grunt dist
2014-12-30 12:31:08 +00:00
Chris Rebert
ad138ed885
Disable .glyphicon-door & .glyphicon-key for the time being
...
Closes #15419
Refs #10106
2014-12-29 16:44:33 -08:00
Mark Otto
b615bd938b
Merge branch 'master' of https://github.com/twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.css.map
2014-12-22 19:30:51 -08:00
Mark Otto
c41970c579
Fixes #15422 : Alternate fix for temporal input sizing in input groups
2014-12-22 19:28:29 -08:00
Bootstrap's Grunt bot
3668bde098
automatic grunt dist
2014-12-23 03:20:44 +00:00
Bootstrap's Grunt bot
b61e4dd671
automatic grunt dist
2014-12-22 23:10:45 +00:00
Bootstrap's Grunt bot
9c526bf519
automatic grunt dist
2014-12-21 06:20:46 +00:00
Bootstrap's Grunt bot
acef81d900
automatic grunt dist
2014-12-20 02:20:44 +00:00
Bootstrap's Grunt bot
181f4aebea
automatic grunt dist
2014-12-15 00:30:39 +00:00
Bootstrap's Grunt bot
f9db33d7db
automatic grunt dist
2014-12-12 19:30:34 +00:00
Matt Smith
dbe4765416
Nested button groups with only one child now have rounded corners (Iss.#15270)
2014-12-03 11:44:35 -05:00
Bootstrap's Grunt bot
ac49a09906
automatic grunt dist
2014-12-03 07:20:27 +00:00
Chris Rebert
66217e4a85
Temporarily revert "automatic grunt dist" so Grunt bot will run again.
...
This reverts commit 2c1c885ed4
.
2014-12-02 23:02:46 -08:00
Bootstrap's Grunt bot
2c1c885ed4
automatic grunt dist
2014-12-03 00:51:08 +00:00
Mark Otto
bcb90ef3a0
Bump Glyphicons to v1.9
2014-11-30 01:31:49 -08:00
Mark Otto
23bdfc45eb
grunt
2014-11-29 21:40:04 -08:00
Mark Otto
9c049c99e2
grunt
2014-11-29 20:58:14 -08:00
Mark Otto
7c71b4874b
Fixes #15074 : Fix the nesting problem with form control size variants
2014-11-29 20:57:04 -08:00
Mark Otto
80d7be1126
grunt
2014-11-29 18:36:21 -08:00
XhmikosR
7ea49019b8
Run grunt
.
2014-11-24 09:53:42 +02:00
Chris Rebert
dcd86a8a91
grunt dist
2014-11-19 11:01:04 -08:00
Heinrich Fenkart
c2abfc0a44
grunt
2014-11-17 18:57:02 +01:00
Mark Otto
9a7e365c2c
bump version to v3.3.1
2014-11-12 09:03:16 -08:00
Mark Otto
ff386147ce
grunt
2014-11-11 20:25:09 -08:00
Mark Otto
eb74a8cbf3
darken primary blue for accessibility contrast on link colors
2014-11-09 23:11:28 -08:00
Mark Otto
d1278efcc5
grunt
2014-11-09 18:04:00 -08:00
Mark Otto
46d1bf8eef
Fixes #14234 again
...
- Rather than override and hack for IE8-10 and then IE11, scope to just Safari.
- Drops the IE hacks for a media query Webkit hack
2014-11-09 15:03:33 -08:00
Mark Otto
df28b7e25f
Fixes #14965 : Reset top border-radii on dropdown menus in fixed bottom navbars
2014-11-08 00:13:19 -08:00
Mark Otto
852eef9689
grunt
2014-11-08 00:10:53 -08:00
Mark Otto
8fbb2bbbd1
Fixes #14979 : Override .jumbotron padding within .container-fluid to match .container
2014-11-07 23:01:20 -08:00
Mark Otto
2862c30320
Fixes #15046 : Add full font overrides for popovers and tooltips
2014-11-07 22:17:39 -08:00
Heinrich Fenkart
e27dc5d71e
grunt
2014-11-05 01:56:18 +01:00
Heinrich Fenkart
6020bb06f2
grunt
2014-11-05 00:36:52 +01:00
Mark Otto
16dbdbd7a2
Merge branch 'master' into v3.3.0
...
Conflicts:
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
2014-10-29 11:56:48 -07:00
Mark Otto
5429e71401
fixes #14913 : badges in list group shouldn't have text shadow
2014-10-29 10:27:18 -07:00
Mark Otto
22f9c8fc0a
grunt
2014-10-29 08:58:51 -07:00
Mark Otto
94b59b57d6
version bump
2014-10-29 08:56:20 -07:00
Mark Otto
a75c6d84e1
grunt
2014-10-28 23:08:42 -07:00
Mark Otto
dcee894a8c
grunt
2014-10-26 22:57:38 -07:00
Mark Otto
783eced7ab
follow up fix for #14837 /cc @hnrch02
2014-10-25 20:20:24 -07:00
Mark Otto
2c2564faef
Fixes #14736 : Reverts the remaining progress bar min value overrides from #12848
2014-10-25 19:10:03 -07:00
Mark Otto
3fcd65af41
Fixes #14806 : reset the text-shadow in the themed buttons
2014-10-25 18:57:27 -07:00
Mark Otto
41a26ced24
Fixes #14814 : Use the link active bg variables for theme navbar gradients
2014-10-25 18:27:40 -07:00
Mark Otto
38217ee405
Merge branch 'pr/14801'
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-10-25 18:16:40 -07:00
Mark Otto
6e3c55a115
grunt
2014-10-25 18:13:50 -07:00
Mark Otto
a0e6bd96de
grunt
2014-10-25 17:54:06 -07:00
XhmikosR
db550a9235
Run grunt
.
2014-10-25 14:12:21 +03:00
Nicole Sullivan
919b4ccb15
Fixes #14799 : Add vertical alignment of image in media component
...
Signed-off-by: Jenn Dodd <jedodd@pivotal.io>
2014-10-23 18:48:18 -04:00
Heinrich Fenkart
2bc5277b44
grunt
2014-10-22 21:04:18 +02:00
XhmikosR
9f82f27b9d
Update less/print.less to the latest html5 bp version.
...
Also, keep the html5 boilerplate link in the built CSS.
2014-10-13 13:32:39 +03:00
fat
4bbe80658a
fixes #13816 Modal dialog closes when dragging and releasing mouse button outside dialog
2014-10-09 20:01:51 -07:00