aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16mo betta type margins for headingsMark Otto1-2/+10
2013-01-16Port over temp responsive styles to bootstrap.less; readd buttonsMark Otto2-367/+277
2013-01-16remove extra border-radius propsMark Otto1-1/+0
2013-01-15mobile-first navs, navbar, grids, and typeMark Otto2-30/+1429
2013-01-15code changesMark Otto1-2/+4
2013-01-15docs changes, more type improvements, add grid system basics backMark Otto1-20/+132
2013-01-15Fixes #6586: remove top 5px margin from navbar input group button groupsMark Otto1-1/+15
2013-01-15type and stuffMark Otto2-0/+1287
2013-01-14nuke and flatten and stuffMark Otto2-5949/+55
2013-01-13Reset docs jumbotron button to blue defaultsMark Otto1-10/+0
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto2-19/+33
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-13Remove comment out code and simplify what's left for button group togglesMark Otto1-23/+2
2013-01-13Fix btn link hover and tweak dropdown border/shadowsMark Otto1-6/+11
2013-01-12Fix up .brand in navbar of docsMark Otto1-5/+0
2013-01-12white text on buttons on hover for linksMark Otto1-0/+1
2013-01-12Nuke shadow on paginationMark Otto1-2/+0
2013-01-12fixed navbars fixingsMark Otto1-7/+0
2013-01-12Remove shadows from active links in navbarMark Otto1-2/+0
2013-01-12Tweak buttonMark Otto1-16/+8
2013-01-12buttons and button group flattening improvementsMark Otto1-26/+6
2013-01-12finetune buttons flattened colorsMark Otto1-54/+96
2013-01-12Flatten navbarMark Otto2-44/+19
2013-01-12Merge branch '3.0.0-wip' into bs3-flattenMark Otto1-296/+91
2013-01-12Remove parent div from pagination componentMark Otto1-47/+34
* No more div.pagination; it's now just ul.pagination * No more .pagination-right or .pagination-centered * Sizes remain * Any further customization, such as alignment, should be done on the individual application or site level.
2013-01-12Cleaned up dirty CSSPatrick H. Lauke2-642/+1636
Used recess rather than less
2013-01-11Fixes #6538: Add th support to all the .table-rounded selectorsMark Otto1-4/+10
2013-01-11Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not ↵Mark Otto1-2/+2
-active
2013-01-11Fixes #6547: Make blockquotes use multiple of @baseFontSizeMark Otto1-2/+2
2013-01-11Increase input group margin on bottom and vertically center to match inputsMark Otto1-1/+2
2013-01-11Fixes #6473: Make .input-prepend and .input-append inline-block to match ↵Mark Otto1-0/+1
other form states
2013-01-11Fixes #6474: remove duplicate .btn border colors to make @btn-border workMark Otto1-7/+2
2013-01-11Fixes #6478: scope table backgrounds to immediate td/th elementsMark Otto1-10/+10
2013-01-11Remove overflow: auto; from .tab-contentMark Otto1-4/+0
2013-01-11Fixes #6555: remove .controls-row from responsiveMark Otto1-3/+0
2013-01-09Add text alignment utility classesMark Otto1-0/+12
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke2-1683/+752
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-28Popovers are now flexible width:Mark Otto1-1/+5
* Instead of a fixed width, we use max-width * Width has been increased from 240px to 280px * Added ability to hide the title via CSS :empty selector if no title is provided
2012-12-26Simplify form validation states while enabling them to be applied to one ↵Mark Otto1-74/+22
field at a time.
2012-12-26Remove .text-info and .info form validation statesMark Otto1-45/+0
2012-12-26Drop .input-block-level modifier as inputs are already width: 100%;Mark Otto1-6/+0
2012-12-26Remove .controls-row; instead, folks should use .row and .span* for all ↵Mark Otto1-103/+0
their grid input sizing needs when multiple inputs per line are required
2012-12-26Restore .form-horizontalMark Otto1-0/+25
2012-12-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto1-1/+2
2012-12-24Remove .badge-info and .badge-inverse; change docs label of .badge-important ↵Mark Otto1-16/+0
to .badge-danger
2012-12-22Version bumpMark Otto2-2/+2
2012-12-21flatten buttons and formsMark Otto1-189/+31
2012-12-20Finish migrating to Normalize 2:Mark Otto1-0/+65
* Port print styles from reset.less to scaffolding.less * Port responsive image styles from reset.less to scaffolding.less
2012-12-20Update the examples index:Mark Otto1-0/+3
* Retina ready screenshots * Added screenshot and link to justified nav example (previously unlinked marketing-alternate.html)
2012-12-20Convert normalize comments to // styleMark Otto1-189/+0
2012-12-20Merge branch '3.0.0-wip' into bs3-normalizeMark Otto3-1663/+244
Conflicts: less/bootstrap.less