aboutsummaryrefslogtreecommitdiff
path: root/lib/mixins.less
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26moving structure around + more work on builder...Jacob Thornton1-360/+0
2012-01-26Makes default button the tiniest bit of gray for IE<=9Pete Hopkins1-1/+1
2012-01-26Removes filters as a way to provide gradients for IE<=9Pete Hopkins1-10/+2
- Lets us use rounded corners in IE9 - Makes hover / active states work correctly in IE<=9 Only change for non-IE is that moving from hover -> not hovering no longer animates (was a subtle blend) due to mismatch between the bottom of the gradient and the background color. Refactor: moves the primary button background to match the others.
2012-01-26overhaul frontpage jumbotron, add js for twitter buttons back in, fix up ↵Mark Otto1-0/+3
some form ids and classes, straighten out the use of primary button variable
2012-01-25remove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 ↵Mark Otto1-10/+4
support
2012-01-25Merge branch '2.0-wip' of https://github.com/kristerkari/bootstrap into ↵Mark Otto1-4/+2
kristerkari-2.0-wip
2012-01-25update mixins to use slightly diff variables within some parametric mixinsMark Otto1-2/+2
2012-01-25finish the rest of the less page mixins docsMark Otto1-26/+9
2012-01-26Drop khtml gradient, shorten old webkit gradientKrister Kari1-4/+2
2012-01-24revamp alert message and error state color/text/bg to be variablesMark Otto1-1/+1
2012-01-22give default valuse for border-radius-customJacob Thornton1-1/+1
2012-01-19Remove unnecessary CSS properties from the clearfix mixin.Nicolas Gallagher1-3/+1
2012-01-17revamp the mixins file to organize things a bit more, make placeholder text ↵Mark Otto1-29/+68
use a new variable instead of relying solely on @grayLight
2012-01-14add user-select mixinMark Otto1-2/+10
2012-01-07overhauled docs to include example markup, add language around browser ↵Mark Otto1-6/+13
support and classes
2012-01-07Progress barsPiotrek Okoński1-0/+16
2012-01-05massive docs update, mostly to all our new forms, and to the buttonsMark Otto1-1/+0
2012-01-02add quotes to courier newJacob Thornton1-1/+1
2011-12-27fix quotes in font-family usageMark Otto1-2/+2
2011-12-27add ie7 inline block mixin and add ability to center paginationMark Otto1-0/+6
2011-12-22Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-1/+0
Conflicts: bootstrap.css docs/assets/js/application.js docs/base-css.html docs/components.html docs/index.html docs/javascript.html docs/less.html docs/scaffolding.html docs/upgrading.html
2011-12-22change above below to top bottom and add "inside" placement optionJacob Thornton1-2/+2
2011-12-21docs updates, forms updated to include error states and more examples, ↵Mark Otto1-1/+0
remove text-shadow from gradientbar mixin to fix bug
2011-11-25clean up comments for better built filesJacob Thornton1-3/+3
2011-11-17update property order and do some misc cleanupMark Otto1-5/+6
2011-11-17spelling mistake in commentMark Otto1-1/+1
2011-11-17updated font mixins courtesy of @apancuttMark Otto1-16/+21
2011-11-16start breaking down patterns.less into more distinct files, update docs for ↵Mark Otto1-1/+38
forms to use correct classes
2011-11-12updated docs pages (still wip), adding misc css classes, added form styles ↵Mark Otto1-1/+1
from 1.4, added github buttons to homepage
2011-10-26breaking down the main page into subpages for easier, more comprehensive ↵Mark Otto1-0/+7
documentation
2011-10-16few tweaks to responsive stuff, updated docs for grid system (still needs ↵Mark Otto1-4/+5
copy editing)
2011-10-16fix uber size in responsive; remove @extraspace variable by changing grid to ↵Mark Otto1-1/+1
use :first-child over negative margin
2011-10-16biiiiiig update coming for responsivenessMark Otto1-3/+0
2011-10-11remove color scheme variables, remove font-face mixinMark Otto1-14/+3
2011-10-04adding new mixinsMark Otto1-0/+11
2011-10-04adding placeholder font-face mixin which doesn't work yetMark Otto1-0/+14
2011-10-04update variables to inlude @baseFontSize, @baseFontFamily, @baseLineHeight ↵Mark Otto1-5/+5
for easier customization; added placeholder for @primaryButtonColor, but didn't implement
2011-09-29adding button groups and toolbars like a bossMark Otto1-0/+17
2011-09-29huge update to forms, docs for the new forms, added a new link for js ↵Mark Otto1-35/+57
example to tabs/pills, add some new mixins
2011-09-28pulling out more stuff and fixing file name at top of fileMark Otto1-1/+1
2011-09-12remove theme.less and split preboot.less to mixins.less and variables.less ↵Mark Otto1-0/+217
to isolate customization from function