aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09Badges, navs, and moreMark Otto1-12/+18
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto1-3/+2
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto1-14/+0
2014-07-08move tabs and pills to separate files with unique classesMark Otto1-0/+95
2014-07-08rems: table paddingMark Otto1-2/+2
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto1-1/+1
2014-07-08Bring back button infoMark Otto1-0/+45
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto1-91/+45
2014-07-08Fix navbar margins and update grid sidebar styles to matchMark Otto1-14/+14
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-0/+1
@enable-rounded == true
2014-07-08rems: update breadcrumbs to use new sizing; improve variables by renaming ↵Mark Otto1-10/+11
@breadcrumb-separator to @breadcrumb-divider; change up colors
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto1-11/+12
.dropdown-toggle:after
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto1-28/+0
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto1-311/+0
2014-07-08rems: rework grid system vars to use rems/emsMark Otto1-86/+86
2014-07-08Drop: Device-named container variables since we alreay sort of deprecated ↵Mark Otto1-3/+3
them many releases ago
2014-07-08Drop: deprecated .dropdown-menu.pull-right stylesMark Otto1-4/+0
2014-07-08rems: input sizesMark Otto1-32/+32
2014-07-08Clean up variable alignment and comments; change grays to new custom valuesMark Otto1-54/+54
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto1-19/+11
2014-07-08Fix input sizing and increase vertical padding on textareasMark Otto1-10/+12
2014-07-08rems: buttonsMark Otto1-56/+56
2014-07-08rems: codeMark Otto1-77/+78
2014-07-08Drop GlyphiconsMark Otto1-636/+7
2014-07-08drop wellsMark Otto1-22/+0
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-137/+295
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-6/+12
2014-07-02merge in and resolve conflictsMark Otto1-5/+19
2014-06-30Update dependencies.XhmikosR1-4/+0
2014-06-27Update "grunt-autoprefixer".XhmikosR1-0/+1
2014-06-26bump to v3.2.0Mark Otto1-1/+1
2014-06-25fixes #13912: make radios/checkboxes work with inline forms againMark Otto1-2/+2
2014-06-23Fixes #13903: Restore side padding on .btn-blockMark Otto1-2/+0