aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08JSHint is on crack?Chris Rebert1-1/+1
Linting docs/grunt/bs-raw-files-generator.js ...ERROR [L3:C5] W079: Redefinition of 'btoa'. var btoa = require('btoa')
2014-01-08grunt build-customizerChris Rebert1-1/+1
2014-01-08grunt distChris Rebert1-1/+1
2014-01-08add support for '//===' for <h3>s in bs-lessdocChris Rebert3-20/+70
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert5-1364/+1889
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-08Merge pull request #12150 from twbs/extract-from-gruntfileChris Rebert2-0/+49
cleanup Gruntfile by extracting executable code
2014-01-08Remove extra newline from banner.XhmikosR3-5/+2
2014-01-08Use the docs banner for all the docs generated files.XhmikosR3-2/+18
2014-01-08Turn advanced optimizations off until it's fixed in clean-css.XhmikosR1-1/+1
2014-01-08Minify docs CSS too.XhmikosR2-2/+7
2014-01-08docs-assets: concatenate and minify all javascript files.XhmikosR3-7/+4
2014-01-08no prebootwangsai1-2/+2
2014-01-07extract glyphicons.yml generator out of Gruntfile into separate moduleChris Rebert1-0/+27
2014-01-07extract raw-files.js generator out of Gruntfile into separate moduleChris Rebert1-0/+22
2014-01-07adjust filename to indicate that customize JS is minifiedChris Rebert2-1/+1
2014-01-07grunt dist build-customizerChris Rebert2-3/+3
2014-01-07have customizer output Bootstrap Theme too; fixes #12003Chris Rebert1-1/+3
2014-01-07make customizer compilation code more genericChris Rebert1-34/+42
2014-01-07fix #12143Chris Rebert2-2/+2
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo4-17/+17
This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger
2014-01-07duh, missed one more fileJulian Thilo1-2/+2
X-Ref: https://github.com/twbs/bootstrap/commit/7fcfe61f4da41356b2ae974ad20536db0d74e83f
2014-01-07Update copyright notices in all placesJulian Thilo13-18/+18
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
2014-01-06justify textMark Otto1-0/+2
2014-01-06notes from .input-block-leveljuniorconte1-1/+10
2014-01-05Merge pull request #12116 from twbs/pacify-csslintChris Rebert1-0/+3
make CSSLint happier
2014-01-05linkMark Otto1-1/+1
2014-01-05Move homepage examples to data fileMark Otto2-17/+23
2014-01-05Merge branch 'master' into docs_derpMark Otto1-2/+4
Conflicts: docs/_layouts/default.html docs/_layouts/home.html
2014-01-05Merge pull request #12107 from twbs/same-footer-linksMark Otto2-0/+12
harmonize footer links on homepage & docs pages
2014-01-05Merge branch 'master' into docs_derpMark Otto3-4/+2
Conflicts: docs/components.html
2014-01-06fix the paragraph outside of '.bs-docs-section'wangsai1-1/+1
2014-01-05make CSSLint happier; refs #12094Chris Rebert1-0/+3
2014-01-05grammarghhhhhhhhhhhhMark Otto1-1/+1
2014-01-05copyMark Otto1-1/+1
2014-01-05Delete reference to a non-existent classQuy Ton1-1/+0
2014-01-05Merge branch 'master' into docs_derpMark Otto1-2/+4
2014-01-05Merge branch 'master' into docs_derpMark Otto8-281/+301
2014-01-05Merge pull request #12110 from twbs/one-control-per-input-groupMark Otto1-2/+4
document single .form-control per .input-group limitation
2014-01-05document single .form-control per .input-group limitation; fixes #12109Chris Rebert1-2/+4
2014-01-05harmonize footer links on homepage & docs pagesChris Rebert2-0/+12
2014-01-05Use mix of medium and small grid clases on dashboard exampleMark Otto1-2/+2
2014-01-05add .container(-fluid) to remaining navbar examples for consistency/accuracyChris Rebert3-264/+284
follow-up to 93a4d6cc5ecdc1cbc09c4b8af2e587f4480b36cf
2014-01-05Merge pull request #12104 from ghoullier/masterChris Rebert2-2/+2
Replace getElementsByTag with querySelector in IE10 Mobile viewport JS snippet
2014-01-05Replace getElementsByTag by querySelector for IE10 Mobile plateform.Gregory HOULLIER2-2/+2
2014-01-05Fix typosQuy Ton1-2/+2
2014-01-04Fix typoQuy Ton1-1/+1
2014-01-04Fix anchor linksQuy Ton4-7/+7
2014-01-04Use relative URLsQuy Ton3-8/+8
2014-01-03Replace lingering page.url instance with site.baseurlChris Rebert1-1/+1
Refs #12083 & #12037
2014-01-03Merge branch 'master' into docs_derpMark Otto2-7/+6