aboutsummaryrefslogtreecommitdiff
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-09Add Pointer EventsKyle1-0/+1
2014-07-09Fix navs dropdown sectionsMark Otto1-17/+27
2014-07-09Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto16-923/+321
justified nav because it never really worked
2014-07-09Drop the deprecated .visible-* classes (because we replaced them with ↵Mark Otto9-231/+11
.visible-*-block, -inline-block, -inline
2014-07-09Drop deprecated code from Less filesMark Otto12-107/+19
2014-07-09more navs workMark Otto8-5/+141
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 Otto65-1153/+895
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 Otto2-2/+2
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 Otto8-408/+276
mixins, and cleaning all the things up
2014-07-09Refactor: drop all custom .progress-bar styles and replace with <progress> ↵Mark Otto11-327/+468
element
2014-07-09Run `grunt`.XhmikosR12-19/+13
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 Otto12-50/+90
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto25-57/+56
2014-07-08Drop: .opacity() mixin because we no longer support IE8Mark Otto9-18/+7
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto16-63/+10
2014-07-08move tabs and pills to separate files with unique classesMark Otto10-20/+374
2014-07-08rems: table paddingMark Otto7-10/+10
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto14-225/+11
2014-07-08Bring back button infoMark Otto15-11/+159
2014-07-08.btn-default to .btn-secondaryMark Otto23-184/+184
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto17-335/+169
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 Otto10-37/+46
2014-07-08Add new grunt task for faster builds; nuke fontsMark Otto5-235/+1
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto36-489/+55
@enable-rounded == true
2014-07-08Merge pull request #14090 from hnrch02/unit-tests-ie8Chris Rebert3-9/+9
Fix IE8 problems with unit tests
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 Otto9-35/+40
@breadcrumb-separator to @breadcrumb-divider; change up colors
2014-07-09`document.head` is undefined in IE8Heinrich Fenkart1-6/+6
2014-07-09Fix IE8 reporting type object for `getBoundingClientRect`Heinrich Fenkart1-1/+1
2014-07-09Fix IE8 reporting height style as all uppercaseHeinrich Fenkart1-2/+2
2014-07-08Merge pull request #14091 from twbs/tooltip-test-html-fixChris Rebert1-2/+2
Fix unusual HTML in "should allow html entities" tooltip unit test
2014-07-08Fix invalid HTML in "should allow html entities" tooltip unit testChris Rebert1-2/+2
Refs #14090. Also, fix one typo.
2014-07-08fix sidenav paddingMark Otto1-5/+0
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto25-122/+93
.dropdown-toggle:after
2014-07-08remove glyphicons navMark Otto1-8/+0