aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2013-11-04add Grunt task to change version numbers; fixes #11332Chris Rebert2-0/+20
2013-11-04update node.js to v0.10.x (current stable)Chris Rebert1-1/+1
2013-11-04Merge pull request #11354 from Ore4444/patch-1Chris Rebert1-3/+3
Fixed links
2013-11-04Fixed linksOre Landau1-3/+3
Links to same-page anchors were treated as external links.
2013-11-03Add toogle nav for screen readers in examplesThanos Lefteris9-0/+11
2013-11-02Merge pull request #11345 from pborreli/patch-3Chris Rebert1-4/+0
Removed duplicated class change from migration instructions
2013-11-03Removed duplicated class change from migration instructionsPascal Borreli1-4/+0
2013-11-02Merge pull request #11336 from twbs/fix-11317Chris Rebert1-1/+2
don't use nonstandard window.location.origin in customizer JS
2013-11-02Fix #7398 in Basic templateJulian Thilo1-1/+1
See https://github.com/twbs/bootstrap/issues/7398#issuecomment-27617890 for details. Thanks @martinburger
2013-11-02Merge pull request #11338 from ZDroid/nestformJulian Thilo3-25/+23
Use nesting for .placeholder()
2013-11-02Use nesting for .placeholder()Zlatan Vasović3-25/+23
2013-11-01don't use nonstandard window.location.origin in customizer JS; fixes #11317Chris Rebert1-1/+2
2013-11-01Merge pull request #11334 from glebm/patch-2Chris Rebert1-1/+1
& > == >
2013-11-02& > == >Gleb Mazovetskiy1-1/+1
2013-11-01update version numbers in JS file comment headers to v3.0.1 & regruntChris Rebert14-25/+25
2013-11-01Merge pull request #11331 from xt0rted/patch-1Julian Thilo1-1/+1
Update customizer.js
2013-11-01Update customizer.jsBrian Surowiec1-1/+1
2013-11-01otherwise content scrolls on chromemaxwellium1-1/+2
without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9)