Chris Rebert
e93802b821
Merge pull request #16258 from twbs/fix-16172
...
Use CSS hack to fix IE8 .caret regression
2015-04-21 21:44:08 -07:00
Bootstrap's Grunt bot
e7064c7224
automatic grunt dist
2015-04-13 17:21:14 +00:00
Chris Rebert
ee385d5980
Merge pull request #16256 from twbs/fix-16247
...
Add px unit to perspective property value
2015-04-12 17:16:16 -07:00
Bootstrap's Grunt bot
9cc9379f46
automatic grunt dist
2015-04-13 00:11:22 +00:00
Bootstrap's Grunt bot
b9fe637ecd
automatic grunt dist
2015-04-08 18:41:31 +00:00
Chris Rebert
2b3a9cda4e
Use CSS hack to fix IE8 .caret regression introduced by #15697 ; fixes #16172
...
[skip sauce]
[skip validator]
2015-04-07 22:04:40 -07:00
Chris Rebert
e9a747246a
add px unit to perspective property value; fixes #16247
...
[skip sauce]
[skip validator]
2015-04-07 18:13:21 -07:00
Bootstrap's Grunt bot
f62c014cbc
automatic grunt dist
2015-04-05 07:10:30 +00:00
Bootstrap's Grunt bot
e2d5e084b2
automatic grunt dist
2015-04-05 07:01:05 +00:00
Mark Otto
510f56f334
Merge branch 'master' into fix_15830
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
2015-04-04 23:52:40 -07:00
Bootstrap's Grunt bot
a250673afc
automatic grunt dist
2015-04-04 08:40:29 +00:00
Mark Otto
a2c69b8145
fixes #15830 : properly reset border-radius on list items in collapsing panel groups
2015-03-28 21:37:40 -07:00
Bootstrap's Grunt bot
a922985788
automatic grunt dist
2015-03-29 04:10:35 +00:00
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
087c68bd85
automatic grunt dist
2015-03-26 05:10:31 +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
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
4311e09b04
automatic grunt dist
2015-03-02 12:41:16 +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
Bootstrap's Grunt bot
3efa9c46a4
automatic grunt dist
2015-02-09 01:41:04 +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
Chris Rebert
07a3ea5f54
Add .glyphicon-* aliases for other ISO 4217-ish currency codes
...
Fixes #15617 .
2015-01-20 16:24:48 -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
Mark Otto
dbffb0b47f
Fixes #15536 , #15559 : Add .form-group sizing support to .form-control-static
2015-01-15 16:03:13 -08: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
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
c41970c579
Fixes #15422 : Alternate fix for temporal input sizing in input groups
2014-12-22 19:28:29 -08:00
Bootstrap's Grunt bot
9c526bf519
automatic grunt dist
2014-12-21 06:20:46 +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