aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-12fix #12154Chris Rebert6-7/+14
2014-01-12Formatting and docs changesMark Otto5-4571/+4487
2014-01-11Improve spacing and alignment of sections and their headingsMark Otto2-5/+4
2014-01-11brand guidelines cleanupMark Otto2-18/+23
2014-01-11homepage improvementsMark Otto3-20/+21
2014-01-11Merge branch 'master' into docs_derpMark Otto20-51/+94
Conflicts: docs/getting-started.html
2014-01-11rm lingering reference to Recess in the docsChris Rebert1-2/+2
Refs c0200426ee72b165de400db740a60bae5d344b3c
2014-01-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-10/+1
2014-01-11grunt distMark Otto2-3/+3
2014-01-11Merge branch 'minify-assets' of https://github.com/XhmikosR/bootstrap into ↵Mark Otto9-20/+65
XhmikosR-minify-assets Conflicts: package.json
2014-01-11Merge pull request #12193 from ZDroid/migrationMark Otto1-10/+1
Update docs per `.container-fluid` addition
2014-01-11Update docs per `.container-fluid` additionZlatan 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-10Don't test Linux browsers since we don't support them officially and they're ↵Mark Otto1-8/+9
failing our tests
2014-01-10Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2014-01-10Fixes #12171: Ensure panel groups have a bottom margin since we nuke it on ↵Mark Otto6-4/+9
child panels
2014-01-10refer to correct componentChris Rebert1-1/+1
2014-01-10docs mention for #12188Mark Otto1-2/+2
2014-01-10use height adjectives for greater clarityChris Rebert1-1/+1
2014-01-10document #11675Chris Rebert1-0/+2
2014-01-10rm outdated `<select>` references from comments in forms.lessChris Rebert1-2/+2
2014-01-09Clarify that the focus docs styles are not in the repo, per ↵Mark Otto1-4/+5
https://github.com/twbs/bootstrap-sass/issues/497
2014-01-09Merge branch 'master' into docs_derpMark Otto65-1910/+2733
Conflicts: docs/assets/css/docs.css
2014-01-09Fixes #11990 and #12159: Make range inputs block level and 100% wide by defaultMark Otto6-4/+14
2014-01-09grunt distMark Otto4-4/+4
2014-01-09more derpMark Otto4-27/+44
2014-01-09Merge pull request #12175 from waynn/patch-3Mark Otto1-10/+10
use periods for consistency in each line
2014-01-09mixins.less: fix typo in commentChris Rebert1-1/+1
2014-01-09use periods for consistency in each lineWaynn Lue1-10/+10
2014-01-09Merge pull request #12174 from ZDroid/absolute-urlsChris Rebert1-3/+3
Use absolute instead of relative URLs
2014-01-09Use absolute instead of relative URLsZlatan Vasović1-3/+3
2014-01-09grunt distChris Rebert5-5/+5
2014-01-09Merge pull request #12164 from thomaswelton/issue-12162Chris Rebert2-2/+2
Fix value of svg font ID & removed hard coding
2014-01-09Merge pull request #12163 from ZDroid/wrong-pathsChris Rebert1-4/+2
Update paths in bower.json
2014-01-09Merge pull request #12160 from waynn/patch-2Chris Rebert1-1/+1
missing a period after "Twitter, Inc"
2014-01-09Update paths in bower.jsonZlatan Vasović1-4/+2
- Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory) - Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds)
2014-01-09Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, ↵thomaswelton2-2/+2
used new variable in glyphicons.less
2014-01-09missing a period after "Twitter, Inc"Waynn Lue1-1/+1
2014-01-08bump grunt-contrib-jade to v0.9.1Chris Rebert1-1/+1
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 Rebert2-2/+2
2014-01-08Merge pull request #11158 from twbs/templated-customizerChris Rebert9-1492/+2249
Autogenerate the customizer's variables form
2014-01-08add support for '//===' for <h3>s in bs-lessdocChris Rebert4-21/+71
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert8-1491/+2198
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-08JSCS can be dumb sometimesChris Rebert1-1/+1
2014-01-08Merge pull request #12150 from twbs/extract-from-gruntfileChris Rebert3-41/+53
cleanup Gruntfile by extracting executable code
2014-01-08Merge pull request #12155 from Dudytz/masterJulian Thilo1-1/+1
updated path docs-assets to docs/assets
2014-01-08updated path docs-assets to docs/assetsEduardo1-1/+1
2014-01-08Use single quotes in the jqueryCheck too.XhmikosR2-2/+2
2014-01-08Remove extra newline from banner.XhmikosR5-10/+6