aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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)
2013-11-01Use nesting for thumbnail stylesZlatan Vasović1-12/+11
2013-11-01Merge pull request #11324 from boki-/patch-1Julian Thilo1-1/+1
Update README.md
2013-11-01Update README.mdBogdan1-1/+1
Row 13 link update to tag v3.0.1
2013-10-31Merge pull request #11315 from AJAlabs/masterChris Rebert9-9/+9
Added navigation role to example navbars
2013-10-31Added navigation role to example navbarsAJ Acevedo9-9/+9
As per the docs: http://getbootstrap.com/components/#navbar-default modified: examples/carousel/index.html modified: examples/jumbotron/index.html modified: examples/navbar-fixed-top/index.html modified: examples/navbar-static-top/index.html modified: examples/navbar/index.html modified: examples/non-responsive/index.html modified: examples/starter-template/index.html modified: examples/sticky-footer-navbar/index.html modified: examples/theme/index.html
2013-10-31Support .h1 in place of h1 inside .jumbotronKevin Locke4-6/+10
As in #7284, it can often be useful to style text like a heading in places where using the heading tag would be either semantically incorrect, less accessible, or otherwise invalid. Support this in .jumbotron as in the rest of the document by allowing elements with class .h1 to stand in for the h1 element. Signed-off-by: Kevin Locke <[email protected]>
2013-10-303.0.1v3.0.1Mark Otto9-14/+14
2013-10-30more gruntMark Otto2-14/+14
2013-10-30Merge pull request #11274 from wangsai/fix-examples-urlsMark Otto15-15/+15
remove unused `{{ page.base_url }}` variables, and fix the urls