aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-04Fix theme.css .btn[disabled] styles.vsn4ik1-4/+17
2015-04-04Merge pull request #16208 from StevenBlack/issue.15100Mark Otto1-1/+1
(#15100) Eliminate spurrious padding in .bs-docs-header
2015-04-04automatic `grunt dist`Bootstrap's Grunt bot6-8/+12
2015-04-04Merge pull request #16176 from twbs/input_group_sizingMark Otto1-4/+6
Static form control sizing in input groups, again
2015-04-03Merge pull request #16222 from yuan3y/patch-1Patrick H. Lauke1-1/+1
fix dead link: reduced text cases
2015-04-03fix dead link: reduced text casesYuan Yiyang1-1/+1
2015-04-02Adds button styles to `.list-group-item`Zac Echola2-4/+11
Includes buttons with anchor sytles and modifies buttons to match width and text alignment.
2015-04-01Eliminate spurrious padding in .bs-docs-headerSteven Black1-1/+1
I agree with all the comments here. Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only. This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px. Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now. The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports.
2015-04-01Merge pull request #16194 from fyquah95/masterPatrick H. Lauke1-36/+36
Remove stray spaces from modal/using-grid-system sample code
2015-04-01indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵fyquah951-36/+36
spaces
2015-03-29fixed IE incompatible CSSAdrien Jarthon1-1/+1
2015-03-29Added non-regression test & fixed existing oneAdrien Jarthon1-12/+33
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot2-2/+0
2015-03-28gruntMark Otto5-5/+11
2015-03-28Fixes #15536: Resize .control-label's font-size and account for border on ↵Mark Otto1-4/+6
static form control in form groups
2015-03-28fixes #15830: properly reset border-radius on list items in collapsing panel ↵Mark Otto4-2/+12
groups
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot6-8/+12
2015-03-28Merge pull request #15956 from twbs/input-group-sizes-glyphiconMark Otto1-2/+4
Input group sizes: Properly position `.form-control-feedback`
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot6-20/+20
2015-03-28Merge pull request #16159 from twbs/input_sizingMark Otto4-10/+34
Fixes #15074
2015-03-28Merge pull request #16174 from twbs/bang_table_utilityMark Otto1-1/+1
Update .visible* classes to use !important on table elements
2015-03-28Match all other responsive utilities and use important on the display: tableMark Otto1-1/+1
2015-03-28Merge branch 'master' into input_sizingMark Otto15-59/+363
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2015-03-28automatic `grunt dist`Bootstrap's Grunt bot6-28/+280
2015-03-28Merge pull request #16154 from patrickhlauke/focus-active-disambiguationPatrick H. Lauke1-2/+18
Darker style focus/hover on active buttons
2015-03-27Merge pull request #16171 from zachleat/patch-1Chris Rebert1-1/+1
There is no jshint:src task
2015-03-27There is no jshint:src taskZach Leatherman1-1/+1
2015-03-27Merge pull request #16167 from patrickhlauke/tabpanel-documentationPatrick H. Lauke1-2/+2
Remove wrong role="tabpanel" from docs
2015-03-27Remove wrong role="tabpanel" from parent containerPatrick H. Lauke1-2/+2
As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554
2015-03-27automatic `grunt dist`Bootstrap's Grunt bot6-14/+24
2015-03-27Merge pull request #16160 from monoblaine/masterPatrick H. Lauke1-1/+2
Make .bg-variant adjust :focus color in addition to :hover color
2015-03-26Merge pull request #16162 from twbs/jscs-fn-declHeinrich Fenkart1-0/+1
JSCS: Add "disallowSpacesInFunctionDeclaration"
2015-03-26JSCS: Add "disallowSpacesInFunctionDeclaration"Heinrich Fenkart1-0/+1
Valid: function a() {} Invalid: function a () {}
2015-03-26Make .bg-variant adjust :focus color in addition to :hover colorSerhan Apaydın1-1/+2
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
2015-03-25Merge pull request #16089 from max-b/jumbotron-font-sizeChris Rebert2-1/+2
Jumbotron: Putting heading font size in variables to allow for easier overrides
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot6-14/+24
2015-03-25Make .text-emphasis-variant adjust :focus color in addition to :hover colorSerhan Apaydın1-1/+2
Closes #16047 by merging a tweaked version of it.
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot5-5/+8
2015-03-25Merge pull request #16092 from twbs/pointer-events-none-aChris Rebert2-2/+11
Only disable pointer-events on disabled <a> btns
2015-03-25Fixes #15074: Manually handle input sizing in form groups instead of using ↵Mark Otto4-10/+34
mixins because nesting
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot4-10/+4
2015-03-25Merge pull request #16158 from twbs/fix-16020Chris Rebert4-45/+14
remove redundant aria-hidden usage from Modals
2015-03-25Merge pull request #16157 from twbs/fix-16069Chris Rebert1-0/+7
Document how to disable transitions in jQuery plugins
2015-03-25Merge pull request #16156 from twbs/fix-16115Chris Rebert1-27/+10
Properly document $(...).tab('show') method
2015-03-25rm redundant aria-hidden usage from Modals; fixes #16020Chris Rebert4-45/+14
2015-03-25Document how to disable transitions in jQuery plugins; fixes #16069Chris Rebert1-0/+7
[skip sauce]
2015-03-25Properly document $(...).tab('show') method; fixes #16115Chris Rebert1-21/+4
[skip sauce]
2015-03-25docs: #myTab => #myTabs, to slightly increase clarityChris Rebert1-8/+8
2015-03-25Darker style focus/hover on active buttonsPatrick H. Lauke1-2/+18
Currently, hovering with mouse or setting focus on a button which is active has same styling as on a non-active button. This results in problems for keyboard users, who set focus on a toggle and activate it, but cannot visually see that their action had any effect. Ditto for mouse users hovering over a toggle and clicking it. This adds an explicit additional style for focus/hover on active buttons. Note that this does not address issues of browser focus remaining on a button after a mouse click (e.g. #13971), as this will likely require extra JavaScript to fix.