aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-27Merge pull request #10208 from javiereguiluz/patch-2Mark Otto1-2/+2
[doc] tweaked the appearance of the last item of the file listings
2013-08-27Merge pull request #10209 from clbn/masterMark Otto1-2/+2
Fixes #10207: alert-dismissable example requires contextual class
2013-08-27Merge pull request #10210 from acmetech/masterJulian Thilo1-3/+3
Update the example for components/#btn-groups-justified to match the "Element-specific usage" callout
2013-08-27Add bugs property to package.json.XhmikosR1-0/+3
2013-08-27Update html5shiv.js to v3.6.2.XhmikosR1-3/+3
2013-08-27Update Respond.js to v1.3.0.XhmikosR1-2/+2
2013-08-27Compress PNG files losslessly.XhmikosR4-0/+0
Use zopfli with 1000 iterations, pngout /r with various blocksizes and deflopt. assets/ico/apple-touch-icon-114-precomposed.png | Bin 2939 -> 2931 bytes assets/ico/apple-touch-icon-144-precomposed.png | Bin 3614 -> 3549 bytes assets/ico/apple-touch-icon-57-precomposed.png | Bin 1577 -> 1573 bytes assets/ico/favicon.png | Bin 889 -> 887 bytes Total difference: -79 bytes.
2013-08-27add role="button"Tom Pietschker1-3/+3
2013-08-27per the docs - use <a> instead of <button>Tom Pietschker1-3/+3
2013-08-27Fixes #10207: alert-dismissable example requires contextual classAlex Olshansky1-2/+2
2013-08-27[doc] tweaked the appearance of the last item of the file listingsJavier Eguiluz1-2/+2
2013-08-27Merge pull request #10204 from premist/masterChris Rebert1-1/+1
Add missing period on customize page.
2013-08-27Add missing period on customize page.Minku Lee1-1/+1
2013-08-26Fixes #10016 and updates that rather badly formatted calloutMark Otto1-7/+3
2013-08-26Improve upon #9937: Link and put reset column stuff to action in the grid ↵Mark Otto2-1/+30
example
2013-08-26Add margin to thumbnails for proper spacingMark Otto3-1/+3
Hadn't thought about this until fixes #10137, but it makes sense I think to have margin on the bottom of thumbnails for spacing when stacking (or using different grid tiers).
2013-08-26Fixes #10137: correct classes on thumbnailsMark Otto1-4/+4
2013-08-26Address #9873 and fix #9774Mark Otto6-13/+73
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-26Fix hidden.bs.tooltip and shown.bs.tooltip events firing too early in tooltip.jsLukasz Fiszer1-3/+13
* events fire only after the CSS animation is completed * this fixes also events in popover.js (as it inherits from tooltip.js)
2013-08-26rm inverted navbar search stylesJulian Thilo1-7/+0
2013-08-25Merge pull request #10146 from unwiredben/masterChris Rebert1-0/+1
javascript.html: add data-ride note
2013-08-25javascript.html: add data-ride noteBen Combee1-0/+1
carousel docs were missing mention of the data-ride attribute used to automatically start the carousel at load time
2013-08-25Merge pull request #10148 from originell/patch-1Chris Rebert1-2/+2
Correct Typo
2013-08-25Correct TypoLuis Nell1-2/+2
2013-08-25correct enable selector for button usageAndreas Jendrzey1-1/+1
following the given examples the correct selector to enable the buttons with javascript is ".btn-group".
2013-08-25Merge pull request #10129 from pixelchutes/fix-3.0-migration-changesMark Otto1-10/+14
Corrected 3.0 responsive utility class reference mapping when migrating ...
2013-08-25Corrected 3.0 responsive utility class reference mapping when migrating from ↵Mike Reid1-10/+14
2.x (now accounting for new Large device support.) Also synchronized breakpoint values from Grid options > Media queries, for clarity.
2013-08-24Merge pull request #10128 from leoj3n/alert-block-removeMark Otto1-1/+1
Fixes #9008: remove `alert-block` class from example
2013-08-24Fixes #9008: remove `alert-block` class from exampleJoel Kuzmarski1-1/+1
2013-08-24update raw files (should fix builds)Mark Otto1-1/+1
2013-08-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto13-40/+40
2013-08-24fixes #9887: documents show and hide classesMark Otto2-1/+27
2013-08-24Merge pull request #10112 from kevinSuttle/button-rolesMark Otto13-39/+39
Add role="button" to <a> buttons
2013-08-24Deprecate container-{device} vars for container-{size} classes; updates ↵Mark Otto3-13/+16
customizer and grid to do the same
2013-08-24grunt dist on glyphicons width changeMark Otto2-1/+5
2013-08-24Merge pull request #9996 from jodytate/masterMark Otto1-1/+1
changed description of default button
2013-08-24Add even more role="button" attributesKevin Suttle12-30/+30
Missed the <a class="btw" in my regex search
2013-08-24Add role="button" to <a> buttonsKevin Suttle3-9/+9
These should really be <button> elements, but until that gets squared away, this will suffice.
2013-08-24forgot a pair of buttonsMark Otto1-1/+2
2013-08-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-1/+9
2013-08-24turn some buttons into <button> elements where possibleMark Otto2-29/+45
2013-08-24Merge pull request #10103 from hero-m/patch-1Mark Otto1-1/+1
Another case for Issue #10099
2013-08-24Another case for Issue #10099hero-m1-1/+1
Another case for Issue #10099
2013-08-24Merge pull request #10059 from felixhirschfeld/patch-1Mark Otto1-0/+4
Add mixin for transition-property
2013-08-24Merge pull request #10022 from thomaswelton/proposal-glyphicon-blockMark Otto1-0/+4
Proposal - Fixed width for glypicons
2013-08-24fixes #9969: add support for output elementMark Otto3-1/+19
2013-08-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2013-08-23Remove footnote links and inline them; link to contributing guidelines in readmeMark Otto1-7/+3
2013-08-23Merge pull request #9964 from thomaswelton/patch-1Mark Otto1-1/+1
Bower - Added fonts to "main" files
2013-08-23Merge branch 'master' of https://github.com/charnog/bootstrap into ↵Mark Otto3-1/+5
charnog-master Conflicts: dist/css/bootstrap.min.css