aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
AgeCommit message (Collapse)AuthorFilesLines
2012-01-31Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-13/+13
Conflicts: docs/assets/bootstrap.zip
2012-01-31remove warning alert on less docsMark Otto1-4/+0
2012-01-31Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-1/+1
Conflicts: docs/assets/bootstrap.zip
2012-01-31move js stuff into assetsJacob Thornton1-13/+13
2012-01-31fix broken nav on less pageMark Otto1-1/+1
2012-01-31chance icon classMark Otto1-3/+3
2012-01-30update vars in less and download pagesMark Otto1-2/+6
2012-01-30rename vertical-divider to divider-vertical, add more space around the dividerMark Otto1-1/+1
2012-01-30overhaul grid mixins and variables, standardize fluid grid system and enable ↵Mark Otto1-0/+4
it across responsive layouts
2012-01-29fix broken navbar collapseMark Otto1-5/+5
2012-01-29Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-4/+4
2012-01-29update collapsible nav in navbarMark Otto1-1/+1
2012-01-29Fixed @warningText and @warningBackground colors in docsChad Moran1-4/+4
2012-01-28add swatches to the color variables in less docs pageMark Otto1-112/+90
2012-01-28turn off brand hover for now + get nav toggling in mobileJacob Thornton1-26/+28
2012-01-28add in a navbar button for toggling the nav itemsMark Otto1-0/+5
2012-01-27new tab focus style and mixinMark Otto1-0/+5
2012-01-27rebuil update layoutJacob Thornton1-1/+1
2012-01-27huuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuge update to doces ↵Mark Otto1-1/+13
and stuff
2012-01-26move doc building into base make method + build bootstrap to doc assetsJacob Thornton1-2/+2
2012-01-26fix links to apple touch iconsMark Otto1-3/+3
2012-01-26Removes filters as a way to provide gradients for IE<=9Pete Hopkins1-5/+0
- 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-4/+8
some form ids and classes, straighten out the use of primary button variable
2012-01-25finish the rest of the less page mixins docsMark Otto1-74/+73
2012-01-25start filling out mixins tablesMark Otto1-23/+23
2012-01-25rebuild + add spy to templateJacob Thornton1-1/+1
2012-01-25fix location of faviconMark Otto1-1/+1
2012-01-25update docs to include separate responsive css, update docs to highlight ↵Mark Otto1-0/+1
proper file name, updated makefile to build responsive separately
2012-01-25spec out all mixins on less pageMark Otto1-53/+303
2012-01-25Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-0/+1
Conflicts: docs/less.html docs/templates/pages/less.mustache
2012-01-25move css builder and downloader to dedicated page, start to update remaining ↵Mark Otto1-303/+58
sections on LESS docs page
2012-01-25Merge pull request #1181 from jwieland/updatelessdocMark Otto1-1/+1
Minor doc changes about less.js version
2012-01-24fix js link on chop shopMark Otto1-1/+1
2012-01-24fix up docs css for responsive and subnav, fix forms error statesMark Otto1-334/+495
2012-01-24minor doc updates to inform user they need the current less.js 1.2.1 or they ↵Jason Wieland1-1/+1
will be hit by this bug #952
2012-01-24subnav spy scrolls blaawerhJacob Thornton1-1/+1
2012-01-24update the subnav on all pagesMark Otto1-6/+8
2012-01-24lighten alert on less pageMark Otto1-1/+1
2012-01-24finish updating form state and alert variables in less docs pageMark Otto1-45/+98
2012-01-24revamp alert message and error state color/text/bg to be variablesMark Otto1-21/+53
2012-01-24fix broken index page heading, update variables and less pagesMark Otto1-184/+221
2012-01-24docs updates to make the getting started section more responsive, updated ↵Mark Otto1-1/+1
the benefits to be clearer and swap x for checkmark
2012-01-24Merge branch 'apostrophe-grammar' of https://github.com/phopkins/bootstrap ↵Mark Otto1-1/+1
into phopkins-apostrophe-grammar
2012-01-24Fixes apostrophe in less.htmlPete Hopkins1-1/+1
2012-01-23start wrapping text in {{_i}} for translationJacob Thornton1-2/+1
2012-01-23rebuild with new templatesJacob Thornton1-70/+8
2012-01-23Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-3/+16
Conflicts: bootstrap.css docs/base-css.html docs/components.html docs/index.html docs/javascript.html docs/less.html docs/scaffolding.html
2012-01-23add templates for doc generationJacob Thornton1-14/+27
2012-01-23remove dropdowns, add in sub nav insteadMark Otto1-60/+9
2012-01-17scope table styles to a class, .table, instead of on the generic element as ↵Mark Otto1-7/+7
a smarter default