aboutsummaryrefslogtreecommitdiff
path: root/less/mixins.less
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07Merge pull request #7148 from retlehs/3.0.0-wipMark Otto1-1/+0
Remove -webkit-backface-visibility on skew mixin
2013-04-02Add small grid for phones and tabletsMark Otto1-0/+18
2013-04-02Fixes #7462: add radial-gradient spec to mixinMark Otto1-0/+1
2013-04-01only negative indent nested grid rows; add new grid exampleMark Otto1-3/+6
2013-03-31fix nav dividerMark Otto1-1/+1
2013-03-30fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto1-3/+3
2013-03-30Merge pull request #7375 from thomas-mcdonald/fix-filter-gradientMark Otto1-1/+1
Fix horizontal-three-colors to a horizontal filter gradient
2013-03-26New grid classesMark Otto1-24/+24
2013-03-23Give horizontal-three-colors a horizontal filter gradientThomas McDonald1-1/+1
Previously the filter had GradientType=0, which would render a vertical gradient rather than the horizontal one implied by name
2013-03-17Remove all #font mixins; replace single instance of its use in Bootstrap ↵Mark Otto1-35/+0
with the @font-family-monospace variable
2013-03-17Exploring rems as font-size unitMark Otto1-22/+32
* Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
2013-03-16convert to preboot's retina mixinMark Otto1-21/+14
2013-03-16Merge branch '3.0.0-wip' of https://github.com/dannykeane/bootstrap into ↵Mark Otto1-0/+26
dannykeane-3.0.0-wip
2013-03-16Use form elements in checkbox and radio button groupsMark Otto1-2/+4
* Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat
2013-03-15Overhaul the grid system and its docsMark Otto1-39/+76
* Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things
2013-03-06make less files compile with strict maths in 1.4.0Luke Page1-7/+7
2013-03-04Remove -webkit-backface-visibility on skew mixinBen Word1-1/+0
Ref #5319 - This rule is causing pixelated edges on iOS. Removing it makes everything smooth across all OS's, browsers, and devices.
2013-02-28Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto1-2/+4
2013-02-11Added retina image support mixinDanny Keane1-0/+26
2013-02-08Fixes #6841: Add new Firefox placeholder, commentsMark Otto1-9/+4
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-6/+5
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache js/bootstrap-popover.js less/mixins.less less/tooltip.less
2013-02-05Merge pull request #6780 from agatronic/2.3.0-wipfat-kun1-7/+6
less: Move to new selector interpolation, supported from 1.3.1
2013-02-05nuke rogue conflict comment and remakeMark Otto1-1/+0
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-0/+1
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto1-1/+1
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-04Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-0/+11
Conflicts: docs/assets/css/bootstrap.css less/type.less
2013-02-02Revamp button mixins and pseudo statesMark Otto1-17/+19
* Remove .darken-button-states and .buttonBackground mixins (latter wasn't being used anyway) * Create new .btn-pseudo-states mixin for setting button background and border colors for default and pseudo states
2013-02-02Move to new selector interpolation, supported from 1.3.1Luke Page1-7/+6
2013-02-01Refactor navbar dividersMark Otto1-1/+1
* Instead of .divider-vertical, use .divider * Makes use of .nav-divider mixin * Dividers are horizontal to start, matching the default state of navbar nav links * Dividers become vertical above 768px via media queries
2013-02-01Merge branch 'dospuntocero-master' into 2.3.0-wipMark Otto1-0/+11
2013-01-24Update less/mixins.lessFrancisco arenas1-0/+11
horizontal three color gradient added
2013-01-17Simplify and bring back the grid mixin for generating spans and offsetsMark Otto1-63/+20
2013-01-16More navbar derpingMark Otto1-1/+2
2013-01-15mobile-first navs, navbar, grids, and typeMark Otto1-1/+1
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-0/+6
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/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.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/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke1-1/+1
Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors).
2012-12-28Add transition-duration mixinTunghsiao Liu1-0/+6
2012-12-26Simplify form validation states while enabling them to be applied to one ↵Mark Otto1-23/+5
field at a time.
2012-12-26Drop .input-block-level modifier as inputs are already width: 100%;Mark Otto1-8/+0
2012-12-19Holy shit, buttons, button states, and input states updatedMark Otto1-2/+5
2012-12-19Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into ↵Mark Otto1-1/+1
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 Otto1-24/+1
commented out code
2012-12-19More button tweaksMark Otto1-4/+33
2012-12-19overhaul buttonsMark Otto1-14/+6
2012-12-19Update clearfix mixin and class per @necolas's feedbackMark Otto1-16/+14
2012-12-09fixes #5605: style as disabled all form controls & btns under a disabled ↵Chris Rebert1-1/+1
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-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto1-15/+15
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-02Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10Mark Otto1-1/+1
2012-12-01remove single corner border-radius mixinsMark Otto1-31/+9
2012-11-30grid vars updatedMark Otto1-20/+20