aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-12Merge pull request #15350 from emmanuelgautier/patch-1Patrick H. Lauke1-1/+1
fix typo in carousel doc
2014-12-12fix typoEmmanuel Gautier1-1/+1
2014-12-12Add new brand-primary color in the doc and the true color in commentBastien2-2/+2
2014-12-12200 to 260 glyphicons in the docBastien1-1/+1
2014-12-11Clean up some navbar.scss, drop the -float-breakpoint var entirelyMark Otto8-267/+19
2014-12-11docs tweak /cc @glebmMark Otto1-1/+1
2014-12-11nuke auto truncating messageMark Otto1-5/+0
2014-12-11Use grid classes or mixins on .dl-horizontal, update docs to include it, ↵Mark Otto12-73/+50
removes auto truncate and makes .text-overflow mixin into a .text-truncate class and mixin combo for better granularity
2014-12-11gruntMark Otto3-10/+4
2014-12-11Merge pull request #16 from twbs/android-lollipopMark Otto1-0/+5
Officially support the Android Browser on Android v5.0+
2014-12-11Merge pull request #15 from twbs/v4_buildsMark Otto1-0/+16
Stub out v4 custom builds
2014-12-11Merge pull request #14 from twbs/nuke_customizerMark Otto14-18522/+3
Nuke the customizer
2014-12-11Merge pull request #13 from twbs/default-varsMark Otto1-342/+342
Apply !default to SCSS variables
2014-12-11Merge pull request #8 from twbs/scss-lintMark Otto42-448/+905
Add SCSS-Lint to Grunt
2014-12-11Merge branch 'v4' into scss-lintMark Otto17-112/+92
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css scss/_card.scss
2014-12-11Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto2-58/+48
2014-12-11gruntMark Otto8-190/+164
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto30-274/+556
2014-12-11glyphicons.less: lowercase F in codepoint number for consistencyChris Rebert1-1/+1
2014-12-11Officially support the Android Browser on Android v5.0+Chris Rebert1-0/+5
2014-12-11Merge pull request #6 from twbs/grid-framework-refactorGleb Mazovetskiy2-58/+48
Refactor grid_framework
2014-12-11Run `grunt`.XhmikosR9-337/+338
2014-12-11Tweak colors to improve accessibility.XhmikosR1-10/+10
2014-12-11Specify `img` dimensions in the HTML.XhmikosR2-8/+4
2014-12-10Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto11-47/+15
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/css/docs.min.css.map
2014-12-10Merge pull request #15337 from twbs/patrickhlaukePatrick H. Lauke1-0/+4
Add @patrickhlauke to Core Team list on the About page
2014-12-10stub out descriptions and titles for potential custom buildsMark Otto1-0/+16
2014-12-10nuke the customizerMark Otto14-18522/+3
2014-12-10gruntMark Otto5-40/+1090
2014-12-10Merge pull request #15334 from patrickhlauke/progress-low-percentagesPatrick H. Lauke2-9/+6
Fix/merge advice on low percentage progress bars
2014-12-10Add @patrickhlauke to Core Team list on the About pageChris Rebert1-0/+4
[skip sauce] [skip validator]
2014-12-10Filed http://openradar.appspot.com/19208483 for #12536Chris Rebert1-1/+1
2014-12-10Fix/merge advice on low percentage progress barsPatrick H. Lauke2-9/+6
- actually add the ``min-width`` extra style (and use ``em`` rather than ``px``) to the 0% and 2% example - remove the unnecessarily redundant sentence in the "With labels" section - remove the unnecessary heading/section specifically for low percentage case, make it flow naturally as part of the "With labels" section
2014-12-09Apply !default to SCSS variablesChris Rebert1-342/+342
Per @thomas-mcdonald
2014-12-09Merge pull request #15330 from patrickhlauke/customizer-variables-help-blockPatrick H. Lauke1-1/+3
Tie help block to input with aria-describedby
2014-12-09Tie help block to input with aria-describedbyPatrick H. Lauke1-1/+3
2014-12-09Merge pull request #15293 from twbs/grunt-contrib-compressXhmikosR3-1/+184
Add grunt-contrib-compress.
2014-12-08Merge pull request #9 from twbs/less-vendor-prefixingMark Otto2-7/+0
_progress.scss: remove unnecessary @-webkit-keyframes
2014-12-08Merge pull request #10 from twbs/bye-gradient-vendorsMark Otto2-22/+6
remove explicit vendor prefixes from _gradients.scss
2014-12-08Merge pull request #11 from twbs/card-columns-vendorMark Otto1-4/+0
remove explicit vendor prefixing from _card.scss
2014-12-08remove explicit vendor prefixing from _card.scssChris Rebert1-4/+0
2014-12-08remove explicit vendor prefixes from _gradients.scssChris Rebert2-22/+6
2014-12-09Update glob.XhmikosR2-83/+95
2014-12-09Add grunt-contrib-compress.XhmikosR3-1/+184
Now, the zip file is created when running `grunt prep-release`. [ci skip]
2014-12-08_progress.scss: remove unnecessary @-webkit-keyframesChris Rebert2-7/+0
Autoprefixer already takes care of this for us.
2014-12-08SCSS-Lint: StringQuotes: double_quotes , to match current styleChris Rebert1-1/+1
2014-12-08temporarily disable PropertySortOrder since it defaults to alphabeticalChris Rebert1-1/+1
2014-12-08SCSS-Lint: disable arbitrary selector/nesting depth limitsChris Rebert1-4/+2
2014-12-08SCSS-Lint: SpaceBeforeBrace: allow_single_line_padding: trueChris Rebert1-1/+1
2014-12-08add test-scss Grunt taskChris Rebert2-1/+14