aboutsummaryrefslogtreecommitdiff
path: root/dist/css
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09Merge branch 'master' into derpMark Otto4-555/+683
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/navs.html docs/_includes/css/images.html docs/_includes/js/dropdowns.html docs/_includes/js/tabs.html docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-07-09docs design changes for markdown contentMark Otto4-683/+555
2014-07-09Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto3-261/+67
justified nav because it never really worked
2014-07-09Drop the deprecated .visible-* classes (because we replaced them with ↵Mark Otto3-91/+2
.visible-*-block, -inline-block, -inline
2014-07-09Drop deprecated code from Less filesMark Otto3-33/+7
2014-07-09more navs workMark Otto3-2/+43
2014-07-09Merge branch 'derp' into derp_navsMark Otto6-91/+167
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-07-09Refactor: drop all custom .progress-bar styles and replace with <progress> ↵Mark Otto3-57/+143
element
2014-07-09Run `grunt`.XhmikosR3-4/+2
2014-07-09Badges, navs, and moreMark Otto3-14/+20
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto6-8/+6
2014-07-08Drop: .opacity() mixin because we no longer support IE8Mark Otto2-2/+2
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto3-16/+2
2014-07-08move tabs and pills to separate files with unique classesMark Otto3-2/+97
2014-07-08rems: table paddingMark Otto3-4/+4
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto6-68/+5
2014-07-08Bring back button infoMark Otto6-4/+74
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto6-150/+76
2014-07-08Fix navbar margins and update grid sidebar styles to matchMark Otto3-16/+16
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto4-3/+4
@enable-rounded == true
2014-07-08rems: update breadcrumbs to use new sizing; improve variables by renaming ↵Mark Otto3-12/+13
@breadcrumb-separator to @breadcrumb-divider; change up colors
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto3-13/+14
.dropdown-toggle:after
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto3-30/+2
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto3-313/+2
2014-07-08Overhaul semantic grid mixinsMark Otto1-1/+1
- Drops all the `.make-**-column` mixins for a single set to be used within (or outside) media queries. - Renames `.container-fixed` to `.make-container` for consistency. - Updates built-in grid system to use new setup. See http://jsbin.com/qiqet/2/ for an example of it in action.
2014-07-08rems: rework grid system vars to use rems/emsMark Otto3-88/+88
2014-07-08Drop: Device-named container variables since we alreay sort of deprecated ↵Mark Otto3-5/+5
them many releases ago
2014-07-08Drop: deprecated .dropdown-menu.pull-right stylesMark Otto3-6/+2
2014-07-08rems: input sizesMark Otto3-34/+34
2014-07-08Clean up variable alignment and comments; change grays to new custom valuesMark Otto3-56/+56
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto4-22/+14
2014-07-08Fix input sizing and increase vertical padding on textareasMark Otto3-12/+14
2014-07-08Drop: @screen-xs, @screen-xs-min, and @screen-phoneMark Otto1-1/+1
2014-07-08rems: buttonsMark Otto3-58/+58
2014-07-08rems: codeMark Otto6-83/+84
2014-07-08Drop GlyphiconsMark Otto3-638/+9
2014-07-08drop wellsMark Otto3-24/+2
2014-07-08restore font-weight and knock down font-size for .leadMark Otto3-3/+4
2014-07-07start the move to remsMark Otto6-222/+205
2014-07-07Merge branch 'master' into derpMark Otto8-7636/+337
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 Otto3-19/+42
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 Otto3-2/+5
2014-07-06Fixes #14053: Don't show radio/checkbox in justified button groupsMark Otto3-4/+6
2014-07-06Fixes #13997: Move min-height for radio/checkbox to their inner labelMark Otto3-3/+3
2014-07-05gruntMark Otto3-6/+4
2014-07-05Fixes #13967: Don't reset the cite element's font-styleMark Otto3-5/+2
2014-07-05Fixes #13953: Remove the progress bar min-width styles for low percentages ↵Mark Otto3-6/+2
to avoid jumping progress
2014-07-05Fixes #13943: Lighten the navbar inverse link color more since our text ↵Mark Otto3-3/+3
contrast change in v3.2.0