aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09nuke wells includeMark Otto1-33/+0
2014-07-09plugins: add new example doodad hackery bullshitery and markdown block ↵Mark Otto3-18/+103
plugin for markdown includes
2014-07-09Fix navs dropdown sectionsMark Otto1-17/+27
2014-07-09Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto9-350/+183
justified nav because it never really worked
2014-07-09Drop the deprecated .visible-* classes (because we replaced them with ↵Mark Otto5-98/+9
.visible-*-block, -inline-block, -inline
2014-07-09Drop deprecated code from Less filesMark Otto4-34/+8
2014-07-09more navs workMark Otto4-3/+44
2014-07-09remove deprecated warnings from docsMark Otto5-19/+19
2014-07-09disabled links part of the examples nowMark Otto1-24/+0
2014-07-09Merge branch 'derp' into derp_navsMark Otto38-897/+507
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-07-09Remove unused docs CSSMark Otto1-1/+1
2014-07-09no more iconographyMark Otto1-1/+1
2014-07-09remove commented out docs jsMark Otto1-24/+0
2014-07-09nuke ie8 responsive file warning jsMark Otto1-13/+0
2014-07-09Nuke IE8 stuff from docsMark Otto20-202/+6
2014-07-09Docs: Refactor to use .less file instead, importing Bootstrap vars and ↵Mark Otto7-402/+261
mixins, and cleaning all the things up
2014-07-09Refactor: drop all custom .progress-bar styles and replace with <progress> ↵Mark Otto6-205/+188
element
2014-07-09Run `grunt`.XhmikosR7-12/+9
2014-07-09Update uglify-js to v2.4.14.XhmikosR1-5/+5
2014-07-09nuke commented out cssMark Otto1-9/+0
2014-07-09Badges, navs, and moreMark Otto6-25/+51
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto6-8/+6
2014-07-08Drop: .opacity() mixin because we no longer support IE8Mark Otto2-2/+2
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto3-16/+2
2014-07-08move tabs and pills to separate files with unique classesMark Otto4-18/+150
2014-07-08rems: table paddingMark Otto3-4/+4
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto6-68/+5
2014-07-08Bring back button infoMark Otto6-7/+77
2014-07-08.btn-default to .btn-secondaryMark Otto23-184/+184
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto8-159/+81
2014-07-08nuke the sass docsMark Otto3-60/+0
2014-07-08drop the low percentages docs from progress barsMark Otto1-28/+0
2014-07-08docs header paddingMark Otto1-4/+8
2014-07-08Update browser support section to remove glyphicons in tables; also remove ↵Mark Otto2-27/+23
ie8 and font-face section
2014-07-08fix broken examplesMark Otto1-37/+37
2014-07-08Fix navbar margins and update grid sidebar styles to matchMark Otto6-20/+29
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto8-232/+4
@enable-rounded == true
2014-07-08clean up commented out docs cssMark Otto1-41/+0
2014-07-08rems: update breadcrumbs to use new sizing; improve variables by renaming ↵Mark Otto4-13/+14
@breadcrumb-separator to @breadcrumb-divider; change up colors
2014-07-08fix sidenav paddingMark Otto1-5/+0
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto20-91/+59
.dropdown-toggle:after
2014-07-08remove glyphicons navMark Otto1-8/+0
2014-07-08Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectableChris Rebert1-2/+2
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group
2014-07-08Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵Chris Rebert1-2/+2
to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08add role="tabpanel" to .panel-collapse to improve accessibilityChris Rebert1-6/+6
Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08Merge pull request #14085 from twbs/tab-lis-role-presoChris Rebert6-67/+67
add role="presentation" to tab <li>s to improve accessibility
2014-07-08Add role="tabpanel" to .tab-pane <div>s to improve accessibilityChris Rebert1-16/+16
Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert6-67/+67
Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto6-131/+2
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto6-603/+2