aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-16Update navbar.lessBass Jobsen1-1/+1
fix for issue #11243
2013-11-15Clear timeout on destroy.André Cruz1-0/+1
Clears the internal timeout on destroy so that hanging timers are not fired.
2013-11-15Fixed single btn in btn-group-veritcal not being roundedSam Blowes1-2/+2
2013-11-15Fixed button group button not being 100% widthSam Blowes1-1/+2
Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
2013-11-14fixes #11477 and updates slid event in carousel with namespacefat5-13/+13
2013-11-14Merge pull request #10353 from rwillrich/ignore-filesChris Rebert1-1/+13
Bower: Ignore development and documentation files on bower.json. Fix #10313
2013-11-14Merge pull request #11476 from ZDroid/keyframesJulian Thilo3-31/+1
Remove unusual keyframes prefixes
2013-11-13Remove unusual keyframes prefixesZlatan Vasović3-31/+1
2013-11-13Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48Chris Rebert2-4/+4
2013-11-11Merge pull request #11385 from twbs/justified-nav-example-warningChris Rebert1-1/+2
add warning about WebKit bug to the justified nav example itself
2013-11-11Update scrollspy.jsmoodyroto1-1/+1
Scrollspy target in tab content does not work properly. Calling .parents('.active') will return all parents with an active class (including the tab pane). Changing this line to .parentsUntil(this.options.target, '.active') should resolve the issue. This will scope the query to only search for active elements inside the scrollspy target.
2013-11-10Merge pull request #11376 from twbs/double-click-radio-fixChris Rebert5-11/+29
Double-clicking on a .btn-ized radio button shouldn't de-select it
2013-11-10<3 @asselin for figuring out this combo of 2 patches for #9920; re-gruntChris Rebert3-7/+13
2013-11-10Don't deselect radio buttons in data-toggle; fixes #9920Brian Leonard1-4/+10
Merges #10787
2013-11-10Add unit test for #9920Nathan Muir1-0/+6
Merges #10385
2013-11-10Merge pull request #11409 from twbs/add-release-checklistChris Rebert1-0/+18
add release checklist to CONTRIBUTING file
2013-11-10add release checklist to CONTRIBUTING file; fixes #11290Chris Rebert1-0/+18
2013-11-09Fix #11400 and #11431Zlatan Vasović3-12/+30
2013-11-09Better documentation for validation statesZlatan Vasović1-1/+10
2013-11-09Corrected color contrast to WCAG 2.0 AAMario Bonito2-6/+6
2013-11-08Carousel: Use the transition duration from CSSDaniel Bøndergaard1-1/+1
This makes it possible to change the transition duration in CSS
2013-11-08Add missing `.small` styles and docsZlatan Vasović4-5/+8
2013-11-08Fix glyphicon class name wrapping in IEBrian Surowiec1-0/+1
2013-11-07Don't print .clearfix() comment referencesLuke McDonald1-2/+2
2013-11-07Update affix properly on scrollspy speedy scroll to top of page #11310Chris Ziogas3-1/+9
Fix scrollspy.js so as affix is updated properly when user scrolls fast to top of page. A fix for issue #11310.
2013-11-07Simplify table state stylesZlatan Vasović4-93/+70
2013-11-06more nesting in table.lessChris Rebert1-8/+12
2013-11-06use nesting to make .table-striped & .table-hover mixin-able again; fixes #11387Chris Rebert2-9/+13
2013-11-06add warning about WebKit bug to the justified nav example itselfChris Rebert1-1/+2
2013-11-06Merge branch 'master' into docs_derpMark Otto44-134/+198
Conflicts: dist/css/bootstrap.min.css
2013-11-06update remaining version numbersv3.0.2Chris Rebert3-3/+3
2013-11-06gruntMark Otto1-1/+1
2013-11-06bump links to 3.0.2; change readme download to release URL formatMark Otto2-7/+7
2013-11-06Fixes #11295: Restore offset, push, and pull zero classes (e.g., ↵Mark Otto3-3/+42
.col-md-offset-0)
2013-11-06run grunt after version bumpsMark Otto2-13/+13
2013-11-06bump versions to v3.0.2Mark Otto19-19/+19
2013-11-06docs derpMark Otto10-119/+185
2013-11-06fix #11378Chris Rebert1-2/+2
2013-11-05Merge pull request #11273 from benji07/patch-1Chris Rebert1-0/+5
Add a branch alias
2013-11-06Add a branch aliasBenjamin Lévêque1-0/+5
Add a branch alias to be able to require 3.0.* version (use the branch master if minimum-stability is dev or use a tag if it's defined to stable)
2013-11-05re-gruntChris Rebert3-15/+15
2013-11-05Merge pull request #10039 from daguej/js-refsChris Rebert12-12/+12
Don't explicitly reference global jQuery
2013-11-05fix 1 remaining instance of #11349Chris Rebert1-0/+1
2013-11-05Merge pull request #11349 from alefteris/examples-navbar-sr-onlyChris Rebert9-0/+11
Add toogle nav for screen readers in examples
2013-11-05Merge pull request #11327 from ZDroid/nestnailChris Rebert1-12/+11
Use nesting for thumbnail styles
2013-11-05Add async attribute to Twitter widget scriptRoss Allen1-1/+3
2013-11-05Add protocol for jQuery to work when accessed as fileRoss Allen1-1/+1
URLs without protocols get "file:" prepended when their document is loaded as a file. Make sure the docs can always be opened by specifying a protocol.
2013-11-04Load Twitter widget async, prevent SPOFRoss Allen1-1/+13
Twitter's widget library[1] provides an async snippet to inject the script tag later. Since widgets.js came before the local JS, if twitter.com took long to respond it would prevent subsequent synchronous script tags. [1] https://dev.twitter.com/docs/tfw-javascript
2013-11-04Serve jQuery from cookie-free Google APIsRoss Allen1-1/+1
jQuery.com uses Google Analytics and so sets a cookie when you visit the site. When you request jquery.js from its CDN, code.jquery.com, you take a hit from sending your previous GA cookie in the request. Google Hosted Libraries[1] and googleapis.com never set cookies. [1] https://developers.google.com/speed/libraries/devguide
2013-11-04Merge pull request #11335 from twbs/version-number-updaterChris Rebert2-0/+20
add Grunt task to change version numbers