| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-13 | sort out attribution banners of docs assets; fixes #11976 | Chris Rebert | 7 | -16/+77 | |
| 2014-01-13 | avoid redundant banner in minified docs CSS | Chris Rebert | 2 | -8/+1 | |
| 2014-01-13 | add a title/description to customizer.js's attribution comment | Chris Rebert | 1 | -0/+1 | |
| 2014-01-13 | Merge branch 'responsive-embed' of https://github.com/boulox/bootstrap into ↵ | Mark Otto | 6 | -6/+66 | |
| boulox-responsive-embed Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css | |||||
| 2014-01-13 | update to Holder.js 5b79144fa | Chris Rebert | 1 | -1/+1 | |
| 2014-01-13 | document subheading syntax | Chris Rebert | 1 | -0/+2 | |
| 2014-01-12 | Merge branch 'master' into docs_derp | Mark Otto | 9 | -274/+426 | |
| Conflicts: docs/assets/js/docs.min.js | |||||
| 2014-01-12 | grunt dist build-customizer | Chris Rebert | 3 | -7/+8 | |
| 2014-01-12 | update to FileSaver.js version 2013-12-27 / 0055d054ac | XhmikosR | 1 | -171/+8 | |
| Refs #12196 | |||||
| 2014-01-12 | add Blob.js separate from filesaver.js | Chris Rebert | 1 | -0/+166 | |
| Blob.js version 2013-12-27 / 0055d054acbca43eff44fc25c891055440685d9c Refs #12196 | |||||
| 2014-01-12 | update less.js to v1.6.1 & use accurate filename; refs #12196 | XhmikosR | 2 | -13/+16 | |
| 2014-01-12 | update holder.js to v2.3; refs #12196 | XhmikosR | 1 | -82/+227 | |
| 2014-01-12 | fix #12154 | Chris Rebert | 2 | -2/+2 | |
| 2014-01-12 | Formatting and docs changes | Mark Otto | 5 | -4571/+4487 | |
| 2014-01-11 | Improve spacing and alignment of sections and their headings | Mark Otto | 2 | -5/+4 | |
| 2014-01-11 | brand guidelines cleanup | Mark Otto | 2 | -18/+23 | |
| 2014-01-11 | homepage improvements | Mark Otto | 3 | -20/+21 | |
| 2014-01-11 | Merge branch 'master' into docs_derp | Mark Otto | 10 | -28/+35 | |
| Conflicts: docs/getting-started.html | |||||
| 2014-01-11 | rm lingering reference to Recess in the docs | Chris Rebert | 1 | -2/+2 | |
| Refs c0200426ee72b165de400db740a60bae5d344b3c | |||||
| 2014-01-11 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -10/+1 | |
| 2014-01-11 | grunt dist | Mark Otto | 2 | -3/+3 | |
| 2014-01-11 | Merge branch 'minify-assets' of https://github.com/XhmikosR/bootstrap into ↵ | Mark Otto | 5 | -9/+24 | |
| XhmikosR-minify-assets Conflicts: package.json | |||||
| 2014-01-11 | Merge pull request #12193 from ZDroid/migration | Mark Otto | 1 | -10/+1 | |
| Update docs per `.container-fluid` addition | |||||
| 2014-01-11 | Update docs per `.container-fluid` addition | Zlatan Vasović | 1 | -10/+1 | |
| - Remove `.container-fluid` from "removed classes". - Container isn't fluid by default (`.container`) and `.row` isn't percentage-based, so update docs. | |||||
| 2014-01-10 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| 2014-01-10 | Fixes #12171: Ensure panel groups have a bottom margin since we nuke it on ↵ | Mark Otto | 2 | -2/+2 | |
| child panels | |||||
| 2014-01-10 | refer to correct component | Chris Rebert | 1 | -1/+1 | |
| 2014-01-10 | docs mention for #12188 | Mark Otto | 1 | -2/+2 | |
| 2014-01-10 | use height adjectives for greater clarity | Chris Rebert | 1 | -1/+1 | |
| 2014-01-10 | document #11675 | Chris Rebert | 1 | -0/+2 | |
| 2014-01-09 | Clarify that the focus docs styles are not in the repo, per ↵ | Mark Otto | 1 | -4/+5 | |
| https://github.com/twbs/bootstrap-sass/issues/497 | |||||
| 2014-01-09 | Merge branch 'master' into docs_derp | Mark Otto | 27 | -1442/+2087 | |
| Conflicts: docs/assets/css/docs.css | |||||
| 2014-01-09 | Fixes #11990 and #12159: Make range inputs block level and 100% wide by default | Mark Otto | 2 | -2/+2 | |
| 2014-01-09 | grunt dist | Mark Otto | 2 | -2/+2 | |
| 2014-01-09 | more derp | Mark Otto | 4 | -27/+44 | |
| 2014-01-09 | grunt dist | Chris Rebert | 2 | -2/+2 | |
| 2014-01-08 | JSHint is on crack? | Chris Rebert | 1 | -1/+1 | |
| Linting docs/grunt/bs-raw-files-generator.js ...ERROR [L3:C5] W079: Redefinition of 'btoa'. var btoa = require('btoa') | |||||
| 2014-01-08 | grunt build-customizer | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | grunt dist | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | add support for '//===' for <h3>s in bs-lessdoc | Chris Rebert | 3 | -20/+70 | |
| 2014-01-08 | Use JS & Jade to generate the customizer variables form HTML from ↵ | Chris Rebert | 5 | -1364/+1889 | |
| variables.less; fixes #11095 also updates variables file organization (courtesy @mdo) | |||||
| 2014-01-08 | Merge pull request #12150 from twbs/extract-from-gruntfile | Chris Rebert | 2 | -0/+49 | |
| cleanup Gruntfile by extracting executable code | |||||
| 2014-01-08 | Remove extra newline from banner. | XhmikosR | 3 | -5/+2 | |
| 2014-01-08 | Use the docs banner for all the docs generated files. | XhmikosR | 3 | -2/+18 | |
| 2014-01-08 | Turn advanced optimizations off until it's fixed in clean-css. | XhmikosR | 1 | -1/+1 | |
| 2014-01-08 | Minify docs CSS too. | XhmikosR | 2 | -2/+7 | |
| 2014-01-08 | docs-assets: concatenate and minify all javascript files. | XhmikosR | 3 | -7/+4 | |
| 2014-01-08 | no preboot | wangsai | 1 | -2/+2 | |
| 2014-01-07 | extract glyphicons.yml generator out of Gruntfile into separate module | Chris Rebert | 1 | -0/+27 | |
| 2014-01-07 | extract raw-files.js generator out of Gruntfile into separate module | Chris Rebert | 1 | -0/+22 | |
