| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-28 | Rearrange repository contents because muahahahahahaha | Mark Otto | 12 | -617/+0 | |
| 2013-12-24 | Update Respond.js to v1.4.2. | XhmikosR | 1 | -1/+1 | |
| 2013-12-23 | Fixes #11975: Change from png to .ico for favicon | Mark Otto | 1 | -1/+1 | |
| 2013-12-21 | add section for contents | Mark Otto | 1 | -0/+1 | |
| 2013-12-21 | Team members on About page | Mark Otto | 1 | -1/+1 | |
| 2013-12-20 | more Less | Mark Otto | 1 | -1/+1 | |
| 2013-12-20 | Sass docs; LESS to Less because fuck caps | Mark Otto | 1 | -0/+9 | |
| 2013-12-18 | fix href of "Browser and device support" | wangsai | 1 | -1/+1 | |
| 2013-12-15 | Add new form feedback states, clean up existing form styles | Mark Otto | 1 | -1/+3 | |
| New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better. | |||||
| 2013-12-15 | Browser/device support docs update | Mark Otto | 1 | -1/+13 | |
| * Fixes #11055: add mention of select menu styling on Android stock browsers with included optional fix * Update IDs and docs nav to include bookmark links to each section * Add callout to navbar docs about fixed position, inputs, and virtual keyboard | |||||
| 2013-12-14 | Fixes #11572: Add contextual background-color classes to match text classes; ↵ | Mark Otto | 1 | -0/+2 | |
| move both sets of classes to Helper Classes section of the CSS docs | |||||
| 2013-12-14 | Document new modal sizes | Mark Otto | 1 | -0/+1 | |
| 2013-12-14 | Fixes #10505: Document more of LESS vars and mixins | Mark Otto | 1 | -0/+8 | |
| 2013-12-08 | Fix typo in new author meta tag | Julian Thilo | 1 | -1/+1 | |
| 2013-12-07 | Add .container-fluid variation for full-width containers and layouts | Mark Otto | 1 | -0/+1 | |
| /cc #10711 #9862 | |||||
| 2013-12-07 | Merge branch 'pr/11138' | Mark Otto | 1 | -0/+1 | |
| Conflicts: dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs-assets/js/raw-files.js | |||||
| 2013-12-07 | Contextual list group cleanup | Mark Otto | 1 | -0/+1 | |
| * Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs | |||||
| 2013-12-07 | Fixes #11193: Add kbd element styles to indicate user input via keyboard | Mark Otto | 1 | -1/+8 | |
| 2013-12-07 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -6/+2 | |
| 2013-12-07 | Fixes #11764: Add meta data to docs for description, keywords, and authors | Mark Otto | 1 | -2/+3 | |
| 2013-12-07 | Load minified Bootstrap JS code | Zlatan Vasović | 1 | -1/+1 | |
| 2013-12-06 | Minify docs-assets too. | XhmikosR | 1 | -5/+1 | |
| 2013-11-30 | Fixes #10716: Update what's included docs to add info on both download options | Mark Otto | 1 | -0/+4 | |
| 2013-11-05 | Add async attribute to Twitter widget script | Ross Allen | 1 | -1/+3 | |
| 2013-11-05 | Add protocol for jQuery to work when accessed as file | Ross Allen | 1 | -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-04 | Load Twitter widget async, prevent SPOF | Ross Allen | 1 | -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-04 | Serve jQuery from cookie-free Google APIs | Ross Allen | 1 | -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-10-17 | Warn about IE8 + Respond.js + file:// problem in examples; fix #11019 | Chris Rebert | 1 | -0/+1 | |
| 2013-10-16 | upgrade to html5shiv v 3.7.0 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-14 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| Conflicts: getting-started.html | |||||
| 2013-10-14 | remove dupe content | Mark Otto | 1 | -9/+0 | |
| 2013-10-13 | Merge pull request #11076 from twbs/respond-js-cdn | Chris Rebert | 1 | -1/+1 | |
| use CDN for respond.js | |||||
| 2013-10-13 | Merge branch 'docs_welcome' | Mark Otto | 3 | -0/+26 | |
| 2013-10-13 | add translations, copy edit a few things, and fix alignment of ads | Mark Otto | 1 | -0/+3 | |
| 2013-10-13 | use CDN for respond.js | Chris Rebert | 1 | -1/+1 | |
| 2013-10-13 | Merge branch 'master' into restore_grid_mixins | Mark Otto | 3 | -2/+4 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-13 | finish grid docs intro for now; needs work though | Mark Otto | 1 | -0/+1 | |
| 2013-10-13 | Document caret /cc #10102 | Mark Otto | 1 | -0/+1 | |
| 2013-10-11 | Combine separate efforts for grid mixins into one, cleanup and reorganize | Mark Otto | 1 | -1/+1 | |
| 2013-10-10 | use https:// for CDN links | Chris Rebert | 2 | -2/+2 | |
| - works when viewing page via file:// - sets a good example security-wise | |||||
| 2013-10-09 | use CDN for jQuery instead of vendoring it; fixes part of #10989 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-09 | use CDN for html5shiv instead of vendoring it; fixes part of #10989 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-24 | Disable IE Compatibility Mode in docs, examples | Julian Thilo | 1 | -0/+1 | |
| ...because we don't support it and it may cause problems for people trying to view the docs in IE. | |||||
| 2013-09-23 | move /assets/ to /docs-assets/ ; fixes #10715 | Chris Rebert | 2 | -15/+15 | |
| 2013-09-11 | move to separate about page | Mark Otto | 2 | -0/+14 | |
| 2013-09-10 | Remove multiple touch icons and roll with a single one | Mark Otto | 1 | -3/+0 | |
| 2013-09-08 | Add Welcome section to docs | Mark Otto | 1 | -0/+9 | |
| * Fixes unrelated typo in readme * Add new Welcome section with history, team, callouts, and community subsections * Redesigns callouts to be a bit lighterweight with colored headings | |||||
| 2013-09-02 | fixes #10316: Document .active and :active for buttons | Mark Otto | 1 | -0/+1 | |
| 2013-09-01 | fixes #10164: Document .center-block mixin and update CSS to include it as a ↵ | Mark Otto | 1 | -0/+1 | |
| class as well | |||||
| 2013-09-01 | remove unused link from navs section | Mark Otto | 1 | -1/+0 | |
