aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25remake after merging large button group fixMark Otto1-4/+1
2012-01-25remake after updating variables from @lookfirstMark Otto1-4/+4
2012-01-25update responsive to use latest grid mixinsMark Otto1-1/+1
2012-01-25spec'ed out an examples overview page with links to current examples; ↵Mark Otto1-1/+1
examples still need work themselves though
2012-01-25update docs to include separate responsive css, update docs to highlight ↵Mark Otto1-246/+1
proper file name, updated makefile to build responsive separately
2012-01-25fix modal examples on js page, update modal close button positioningMark Otto1-2/+2
2012-01-25updated icons to require a base class .iconMark Otto1-2/+2
2012-01-25fix margin on input buttons in modalsMark Otto1-1/+2
2012-01-25move css builder and downloader to dedicated page, start to update remaining ↵Mark Otto1-7/+7
sections on LESS docs page
2012-01-24fix up docs css for responsive and subnav, fix forms error statesMark Otto1-17/+22
2012-01-24remove top margin from alert close, chance close line height to 18px ↵Mark Otto1-5/+3
(baseLineHeight)
2012-01-24adding actual images to carousel to ensure you can see things are animating; ↵Mark Otto1-9/+18
updated styles of carousel controls to work on light and dark backgrounds and use opacity for effects
2012-01-24allow for text in progress barsMark Otto1-1/+5
2012-01-24fix the thumbnails more examples sectionMark Otto1-1/+1
2012-01-24update the subnav on all pagesMark Otto1-1/+1
2012-01-24modify the scaffolding page to fix the language around preboot/grid variablesMark Otto1-1/+1
2012-01-24finish updating form state and alert variables in less docs pageMark Otto1-1/+1
2012-01-24revamp alert message and error state color/text/bg to be variablesMark Otto1-32/+32
2012-01-24fix code type sizeMark Otto1-2/+2
2012-01-24fix broken index page heading, update variables and less pagesMark Otto1-3/+6
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-24remakeMark Otto1-1/+1
2012-01-24attempt to fix select list alignment in Firefox by removing padding. not ↵Mark Otto1-2/+1
quite fixed 100%, but getting there.
2012-01-24add bottom-up styles to the dropdown menusMark Otto1-1/+6
2012-01-24remake cssMark Otto1-2/+2
2012-01-23rebuild with new templatesJacob Thornton1-1/+1
2012-01-23rebuildJacob Thornton1-8/+4
2012-01-23Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-101/+55
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-1/+1
2012-01-23fix up the modals in responsive a bitMark Otto1-1/+2
2012-01-23cut margin in half on default formsMark Otto1-1/+4
2012-01-23revert to negative margin on grid rowMark Otto1-5/+3
2012-01-23Merge branch 'normalize' of https://github.com/necolas/bootstrap into ↵Mark Otto1-98/+46
necolas-normalize Conflicts: bootstrap.css bootstrap.min.css lib/type.less
2012-01-22:focus:required:invalid: ↵Jacob Thornton1-3/+3
http://www.alistapart.com/articles/forward-thinking-form-validation
2012-01-22rebuildJacob Thornton1-5/+5
2012-01-22give default valuse for border-radius-customJacob Thornton1-1/+1
2012-01-22don't use negative margin - use first child to set to 0Jacob Thornton1-2/+4
2012-01-22fix sans-serif order in forms.less and rebuildJacob Thornton1-34/+34
2012-01-22share -> share-altJacob Thornton1-2/+2
2012-01-20Remove global reset in favour of contextual reset.Nicolas Gallagher1-99/+47
Rather than having a partial reset with individual elements having their styles built back up, only elements without replacement styles have specific properties 'reset'. This commit also includes: a correction to the font mixin arguments used on forms (the output is now valid CSS); the removal of `overflow-y:scroll` from the `html` element which is now known to cause some problems for jQuery modal plugins in Firefox.
2012-01-19Remove search input cancel button in WebKit-OSX.Nicolas Gallagher1-2/+2
On input elements with a `type` of `search`, WebKit on OS X will display a cancel button after text has been entered. This can look ugly or be poorly position when you've added other styles to the input (especially additional padding).
2012-01-19Remove unnecessary CSS properties from the clearfix mixin.Nicolas Gallagher1-32/+12
2012-01-18don't scope placeholder text color to just inputsMark Otto1-3/+3
2012-01-18make button active state clearer by lightening the inner shadow and removing ↵Mark Otto1-4/+5
the background image
2012-01-18rename navbar variables, change navbar search placeholder to mixinMark Otto1-217/+217
2012-01-17revamp the mixins file to organize things a bit more, make placeholder text ↵Mark Otto1-1/+1
use a new variable instead of relying solely on @grayLight
2012-01-17scope table styles to a class, .table, instead of on the generic element as ↵Mark Otto1-7/+7
a smarter default
2012-01-17cleanup accordion css and add commentsMark Otto1-6/+3
2012-01-17Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-13/+10
Conflicts: bootstrap.css bootstrap.min.css docs/javascript.html lib/accordion.less
2012-01-16fix js link in docs nav, restyle accordion with new cssMark Otto1-8/+16