aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2014-07-08restore font-weight and knock down font-size for .leadMark Otto1-1/+2
2014-07-07start the move to remsMark Otto1-185/+168
2014-07-07Merge branch 'master' into derpMark Otto1-0/+6238
Conflicts: docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/docs.min.js docs/assets/js/src/application.js
2014-07-07gruntMark Otto1-17/+40
2014-07-06Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-0/+2
2014-07-06Merge pull request #14029 from BBosman/touch-actionMark Otto1-0/+2
Add touch-action: manipulate to .btn
2014-07-06Fixes #13746: Add docs section for brand imageMark Otto1-0/+3
2014-07-06Fixes #14053: Don't show radio/checkbox in justified button groupsMark Otto1-2/+4
2014-07-06Fixes #13997: Move min-height for radio/checkbox to their inner labelMark Otto1-1/+1
2014-07-05gruntMark Otto1-4/+2
2014-07-05Fixes #13967: Don't reset the cite element's font-styleMark Otto1-3/+0
2014-07-05Fixes #13953: Remove the progress bar min-width styles for low percentages ↵Mark Otto1-4/+0
to avoid jumping progress
2014-07-05Fixes #13943: Lighten the navbar inverse link color more since our text ↵Mark Otto1-1/+1
contrast change in v3.2.0
2014-07-05gruntMark Otto1-3/+3
2014-07-03Remove superfluous cursor:pointerBas Bosman1-1/+0
2014-07-03Add touch-action: manipulate to buttonsBas Bosman1-0/+2
2014-07-03Fixes #12738 again: use max-device-width instead of max-width for ↵Mark Otto1-1/+1
.navbar-collapse height in landscape devices
2014-07-02typoMark Otto1-4/+4
2014-07-02Fixes #13989: Don't extend the input sizes; manually chain the selectorsMark Otto1-11/+31
2014-07-01Copy all files in docs/dist.XhmikosR1-0/+6200
Now we are on par with what we have on the gh-pages dist/ folder.