aboutsummaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)AuthorFilesLines
2014-03-09Fixes #12738Mark Otto5-5/+25
* Removes default max-height from .navbar-collapse (so not every navbar will get a max-height collapse section) * Scopes regular 340px max-height to fixed top and bottom navbars only (those are the only ones that really need a max-height to enable scrolling) * Adds a landscape media query for phones to cap the max-height at 200px for fixed navbars"
2014-03-09Fixes #12843: Scope label styles for horizontal forms to a media query so ↵Mark Otto5-5/+7
their narrow viewport display looks just like a normal form
2014-03-09Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix ↵Mark Otto5-3/+19
IE8+'s misaslignment of text within date inputs
2014-03-09Reorganize mixins and G R U N TMark Otto2-2/+2
2014-03-09Merge branch 'master' into mixin-table-of-contentsmrmrs1-4/+4
* master: Fix bad grunt merge and then G R U N T Reorder the Gruntfile a bit Fixes #12892: Link to one of the SO articles on Bootstrap modals and YouTube Remove unneeded quotes. Rename generateRawFilesJs to generateRawFiles Remove redundant parens Conflicts: docs/assets/js/raw-files.min.js test-infra/npm-shrinkwrap.canonical.json
2014-03-09Adjusts some section titles to be more explicit.mrmrs2-2/+2
FIXES #12992
2014-03-09Changes compiled assets after changing mixins.lessmrmrs2-2/+2
2014-03-10Merge pull request #12986 from twbs/unneeded-quotesXhmikosR1-4/+4
Remove unneeded quotes.
2014-03-09Remove unneeded quotes.XhmikosR1-4/+4
2014-03-08Merge branch 'master' into sr-only-focusableMark Otto14-830/+8367
Conflicts: dist/css/bootstrap.css
2014-03-08fixes #9836fat2-3/+5
2014-03-08fix #9342fat2-2/+2
2014-03-08gruntMark Otto2-2/+2
2014-03-08gruntMark Otto6-8/+8
2014-03-07Do csscomb earlier in build phaseBas Bosman5-5/+5
2014-03-07Merge branch 'master' into document_popover_focusMark Otto10-712/+8236
Conflicts: docs/assets/js/docs.min.js
2014-03-07Fixes #12748mrmrs5-3/+14
2014-03-07G R U N TMark Otto5-5/+5
2014-03-07Merge branch 'master' into pr/12670Mark Otto6-18/+24
2014-03-07grunt for daysMark Otto5-3/+5
2014-03-07Fixes #12937: Darken active button states just a smidge moreMark Otto6-18/+22
2014-03-07Add autoprefixerBas Bosman3-30/+174
2014-03-06Moving the embed to it's own CSS file, moving the docs to the Components ↵Mark Otto5-55/+57
page with an example, fixing a Glyhpicons list problem in the docs
2014-03-06Merge branch 'master' into boulox-responsive-embedMark Otto14-1119/+8464
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/css.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-03-06Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel ↵Mark Otto5-5/+3
because it apparently serves no purpose and cuts off nested dropdown menus.
2014-03-06Merge branch 'master' into popovers-use-radii-varMark Otto5-5/+40
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-06Rewrite the disabled list group items to simplify stylesMark Otto5-7/+5
2014-03-06Merge branch 'master' into pr/12490Mark Otto14-1027/+8292
Conflicts: less/list-group.less
2014-03-06Fixes #12722: Fixes up responsive tables in printMark Otto5-5/+5
Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere.
2014-03-06Fixes #12934mrmrs1-1/+1
2014-03-06Fixes #12824: Remove white-space: nowrap from code elementsMark Otto5-5/+3
2014-03-06gruntMark Otto4-8/+8
2014-03-04Fixes #12901: Refactors list group active state for use on non-anchorsMark Otto5-21/+21
2014-03-04Fixes #12848: Account for and document progress bars at 0-3%Mark Otto5-3/+27
2014-03-04Grunt after merging #12863Mark Otto6-20/+20
2014-03-04Fixes #12868: Enables icon feedback on validation states for large/small inputs.Mark Otto6-1444/+1466
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-03-04Fixes #12914: Darken immediate children hr elements in jumbotronsMark Otto5-3/+10
2014-03-04Merge branch 'master' into rtl_via_css_flipMark Otto1-1/+1
Conflicts: docs/assets/js/raw-files.min.js
2014-03-04gruntMark Otto1-1/+1
2014-03-03Rename RTL files and add some basic docsMark Otto2-0/+0
2014-03-03Don't RTL the theme file--no needMark Otto4-407/+9
2014-03-03Merge branch 'rtl_via_css_flip' of github.com:twbs/bootstrap into ↵Mark Otto4-7293/+542
rtl_via_css_flip Conflicts: Gruntfile.js package.json test-infra/npm-shrinkwrap.canonical.json
2014-03-03Merge branch 'master' into rtl_via_css_flipMark Otto4-3/+9
2014-03-03Fixes #12593: Add support for table bodies and table rows to the collapse pluginMark Otto3-2/+8
2014-03-01Run `grunt`.XhmikosR3-3/+3
2014-02-26Run grunt dist.XhmikosR1-1/+1
2014-02-25add Grunt task for css-flip-ing & add RTL to Gruntfile configsChris Rebert4-7293/+542
2014-02-24Use CSS Flip to generate RTL variationMark Otto2-0/+14338
2014-02-24grunt distMark Otto2-2/+1
2014-02-22Fixes #12822: Scope panel collapse styles to immediate panel bodies onlyMark Otto4-15/+15