aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-12-20Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-6/+6
Conflicts: docs/assets/css/bootstrap.css docs/templates/pages/base-css.mustache less/dropdowns.less less/forms.less
2012-12-20Undo important on hide/show utilties; punt to 3.0Mark Otto1-2/+2
2012-12-20add comment regarding caveat of #6199 impl per discussion in/of 14844db862Chris Rebert1-0/+3
2012-12-20Merge branch 'blakeembrey-dropdown-selectors' into 2.3.0-wipMark Otto1-8/+8
2012-12-20Fixes #6339: Use important flag on .hide and .show utility classesMark Otto1-2/+2
2012-12-20lighter buttons closer to todays versionsMark Otto1-2/+2
2012-12-20Fixes #6236: Fix popover font-size in input groupsMark Otto1-1/+2
2012-12-20Remove dropdown submenu CSSMark Otto1-60/+1
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto6-8/+41
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json
2012-12-19Get on that carousel indicator lifestyle with some new hawtnessMark Otto1-0/+25
2012-12-19Holy shit, buttons, button states, and input states updatedMark Otto4-9/+13
2012-12-19Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into ↵Mark Otto3-19/+29
cvrebert-3.0.0-wip Conflicts: docs/assets/css/bootstrap.css less/mixins.less
2012-12-19Unfuck the fucked gradient with it's fucked mix() of background colors; nuke ↵Mark Otto2-25/+2
commented out code
2012-12-19More button tweaksMark Otto4-29/+57
2012-12-19remove commented out buttons css, update docsMark Otto1-69/+5
2012-12-19overhaul buttonsMark Otto4-57/+64
2012-12-19Remove @black and just use #000Mark Otto4-6/+5
2012-12-19Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports ↵Mark Otto3-10/+10
metaphors are cooler than ad ones
2012-12-19Drop .label component. Instead, just use .badge because fuck dupe code and ↵Mark Otto2-20/+4
stuff.
2012-12-19Merge branch 'bs3-input-groups' into 3.0.0-wipMark Otto4-244/+83
Conflicts: docs/assets/css/bootstrap.css
2012-12-19no need for margin-top on .typeahead, it's set on .dropdown-menuMark Otto1-1/+0
2012-12-19Remove support for multiple buttons in input groups because fuck that shit.Mark Otto1-4/+4
2012-12-19Fixes #6337: scope '.media .pull-left' and '.media .pull-right' to immediate ↵Mark Otto1-2/+2
children only
2012-12-19Use normalize as separate file instead of with other resets; still need to ↵Mark Otto2-4/+378
punt other styles
2012-12-19Update clearfix mixin and class per @necolas's feedbackMark Otto2-18/+16
2012-12-17Use @border-radius-base var for nav tabsMark Otto1-1/+1
2012-12-10Version bumpMark Otto2-2/+2
2012-12-10Fixes #6174: Caret alignment in small and mini buttonsMark Otto1-2/+4
2012-12-10IE10 fix in responsive utilities, not regular utilitiesMark Otto2-7/+7
2012-12-10Simplify syntax of nesting with inline listsMark Otto1-1/+1
2012-12-10Move IE10 responsive fix to responsive utilities so Customizer gets itMark Otto2-9/+7
2012-12-10squash new lineMark Otto1-1/+0
2012-12-10move reset after vars and mixinsMark Otto1-3/+3
2012-12-09fixes #5605: style as disabled all form controls & btns under a disabled ↵Chris Rebert3-19/+29
fieldset this is a resubmission of #5875, but now against branch 3.0.0-wip does not exclude elements under a fieldset's legend issue #6058 is a duplicate of #5605
2012-12-10Update .dropdown-menu selectors to avoid conflicts with other elements. ↵Blake Embrey1-8/+8
Fixes #6197
2012-12-09Fix checkbox and radios exampleMark Otto1-0/+1
2012-12-09Refactor input groupsMark Otto3-243/+83
* Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
2012-12-08Restore print stylesMark Otto1-0/+70
2012-12-08Test removal of print styles for customized buildsMark Otto1-70/+0
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto4-16/+73
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-08Fixes #5729: Nested striped tablesv2.2.2Mark Otto1-2/+7
* Scopes striping to immediate children of the tbody and tr * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg
2012-12-08Nesting tablesMark Otto2-10/+59
* Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only
2012-12-07Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wipMark Otto1-0/+2
2012-12-07Fixes #6148: Icons in mini buttons properly alignedMark Otto1-0/+4
2012-12-07Merge pull request #6151 from tierra/pre-code-white-space-fixMark Otto1-0/+2
Fix code block white-space breaks within pre tags.
2012-12-07Fixes #6136: Proper scoping of breadcrumbs dividerMark Otto1-4/+4
2012-12-06Fix code block white-space breaks within pre tags.Bryan Petty1-0/+2
2012-12-05Remove commented out old popover CSSMark Otto1-58/+0
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto11-96/+47
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-03Once more, update all the favicons to retinaMark Otto6-18/+18