aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17Merge branch '3.0.0-docs-calloutfam' of ↵Mark Otto6-47/+87
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-docs-calloutfam Conflicts: docs/components.html docs/css.html docs/customize.html
2013-07-17rebuild doefat2-9/+14
2013-07-17Fixes #8360: Add mention of IE compatibility mode to docsMark Otto1-0/+5
2013-07-17Move license FAQs to the docs, add link to side navMark Otto2-0/+52
2013-07-17Fixes #8356: Move browser compatibility from wiki into real docsMark Otto1-0/+18
2013-07-16remove margin from left side of navs since it's no longer being setMark Otto1-1/+0
2013-07-16remove webkit-overflow-scrolling from modal for now /cc #8495Mark Otto1-1/+0
2013-07-15Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-7/+36
2013-07-15fix broken scrollspy exampleMark Otto1-1/+1
2013-07-14Update customizerJulian Thilo1-1/+30
Add all the new things to customizer: * `@headings-font-family` * `@container-*` * darker `@btn-default-bg`
2013-07-11rm .control-group from docs since it's no longer in the LESSChris Rebert1-6/+6
2013-07-09Merge pull request #8426 from liuyl/simplify-typeMark Otto1-2/+2
simplify type.less
2013-07-09Dustin the docs againJulian Thilo6-31/+22
* Fix alllll the links! * Change all `*.js` in JS plugin docs (no mo `bootstrap-`) * Fully remove `tr.info` * Bring nav includes up to date
2013-07-09simplify type.lessliuyl1-2/+2
2013-07-08Merge pull request #8415 from cvrebert/code.less-cleanupMark Otto1-4/+2
code.less: cleanup styles that get immediately overriden later in the file
2013-07-08Merge pull request #8412 from cvrebert/pagination-nestingMark Otto1-13/+13
use nesting more in pagination.less
2013-07-08Merge pull request #8411 from cvrebert/navbar-LESS-nestingMark Otto1-5/+5
more nesting in navbar.less
2013-07-07code.less: cleanup styles that get immediately overriden later in the fileChris Rebert1-4/+2
2013-07-07use nesting more in pagination.lessChris Rebert1-13/+13
2013-07-07more nesting in navbar.lessChris Rebert1-5/+5
2013-07-07more nesting in buttons.lessChris Rebert1-7/+7
2013-07-06Carousel no longer dependent on glyphiconsMaurice Wahba2-8/+24
Used laquo/raquo for control buttons Updated docs
2013-07-05Remove more GlyphiconsMark Otto2-105/+0
2013-07-05Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-7/+3
2013-07-05Merge pull request #8378 from liuyl/aftertosiblingMark Otto2-7/+3
optimize breadcrumb
2013-07-05Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-4/+0
2013-07-05Move `hr` to scaffolding.less (out of type.less) and simplify stylesMark Otto1-8/+7
2013-07-05Add tfoot back (addresses more than #8387)Mark Otto1-3/+9
2013-07-05Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-4/+4
2013-07-05Remove further mentions of GlyphiconsMark Otto4-10/+1
2013-07-05delete typeahead styleliuyl1-4/+0
2013-07-03use sibling selector instead of pseudo selectorliuyl2-7/+3
2013-07-02refactor tables.less to use nesting moreChris Rebert1-4/+4
2013-07-01comma for the guardian angel /cc @cvrebertMark Otto1-1/+2
2013-07-01Merge branch '3.0.0-responsive-tables' of ↵Mark Otto1-0/+85
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-responsive-tables Conflicts: less/mixins.less
2013-07-01Fixes #8350: unfuck Chrome number input element cursor /cc @cvrebert @eintnohickMark Otto1-0/+4
2013-07-01fixes #8345: use inline-block on .img-responsiveMark Otto2-10/+8
2013-07-01fixes #8068: add .help-block to form field state mixinMark Otto1-0/+3
2013-07-01fixes #7367: slightly larger carousel indicatorsMark Otto1-6/+8
2013-07-01Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto5-11/+7
2013-07-01Make more components mixin-friendlyMark Otto1-13/+5
2013-07-01Fix responsive utilities for table elementsJulian Thilo1-0/+76
This change prevents situations where specificity causes some rules to be overridden by the ones intended for mobile. * Added mixin `responsive-invisibility()` * Swapped out `display: none !important;` for new mixin
2013-06-29Merge pull request #8340 from JohnONolan/Fix-Broken-Docs-LinksMark Otto3-3/+3
Docs: Fix broken links to navbar component in examples pages
2013-06-29Merge pull request #8341 from Quy/3.0.0-wipMark Otto1-7/+1
Remove references to fonts
2013-06-29reset left padding for .media-list, .pagination and .pagerFrancis Brunelle1-1/+3
2013-06-29Remove references to fontsQuy Ton1-7/+1
2013-06-29Fixes broken links to navbar component in docs.John O'Nolan3-3/+3
2013-06-28Nuke hella thingsMark Otto2-6751/+2
* Any mentions of .btn-mini * Old docs page that somehow found it's way back
2013-06-28Tooltip: apply position class before positioningMu-An Chiou2-2/+2
2013-06-28Overall responsive `img` stylesMark Otto1-3/+12
`img`s are no longer responsive by default. Instead, use `.img-responsive` as a class or mixin. Existing `.thumbnail > img` and `.img-thumbnail` classes now make use of this as a mixin as well.