aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Merge pull request #16614 from simonpai/simonpai-patch-1Chris Rebert1-1/+2
Fix asymmetry between dropup and dropdown carets.
2015-06-10Fix asymmetry between dropup and dropdown carets.Simon Pai1-1/+2
2015-06-09tweak code stylesMark Otto6-6/+6
2015-06-09spec out variables customize docsMark Otto1-11/+15
2015-06-09some download changesMark Otto2-21/+31
2015-06-09copy editing on homepageMark Otto1-4/+7
2015-06-09remove commented out cssMark Otto1-13/+0
2015-06-09gruntMark Otto2-2/+2
2015-06-09hide the brand on small viewportsMark Otto1-1/+1
2015-06-09redo most of the css for the masthead, page headers, and adsMark Otto3-114/+102
2015-06-08gruntMark Otto6-318/+318
2015-06-08Merge pull request #16591 from ZDroid/patch-1Mark Otto1-1/+1
Add Slack link to `CONTRIBUTING.md`
2015-06-08Use new gradient syntax in justified nav example; fixes #16598Kevin Kirsche1-2/+1
Closes #16599 by merging a tweaked version of it.
2015-06-05Add Slack link to `CONTRIBUTING.md`Zlatan Vasović1-1/+1
2015-06-04Include CSS Map file for bootstrap.min.cssKevin Kirsche1-0/+1
X-Ref #16583
2015-06-02Merge pull request #16579 from kkirsche/patch-8Mark Otto1-1/+1
Include Slack in CONTRIBUTING.md's list of places to get help
2015-06-02Include Slack in list of places to get helpKevin Kirsche1-1/+1
As Slack is a common replacement for IRC for projects (e.g. Wordpress), I propose that we encourage the use of Slack as you have members of the core team using it while IRC often does not have any of the core team available.
2015-06-02Merge pull request #16571 from patrickhlauke/generalize-dropdownsPatrick H. Lauke21-271/+271
generalize dropdowns / drop role="menu"
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke21-271/+271
as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately)
2015-06-01Merge pull request #16567 from justincron/masterChris Rebert1-1/+1
Fixed typo in hide-text.less [skip sauce] [skip validator]
2015-06-01Fixed typoJustin Cron1-1/+1
2015-06-01Merge pull request #16566 from ipdae/masterMark Otto1-1/+1
change korean translation site url
2015-06-01change korean translation site urlyang1-1/+1
2015-06-01move spacing utils to separate file, document them a bitMark Otto4-111/+140
2015-06-01Run `grunt`.XhmikosR13-22/+22
[ci skip]
2015-06-01Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.XhmikosR1-1/+1
[ci skip]
2015-06-01docs: update uglify-js to v2.4.23.XhmikosR1-5/+5
[ci skip]
2015-06-01Bump load-grunt-tasks.XhmikosR2-440/+541
2015-05-31gruntMark Otto7-13/+11
2015-05-31add updated scss lint yml fileMark Otto1-5/+10
2015-05-30Merge pull request #16484 from kkirsche/patch-13Mark Otto1-1/+1
ScrollSpy requires non-body elements to have height and overflow…
2015-05-30clarify ie8- supportMark Otto1-1/+1
2015-05-30[Close #16441] ScrollSpy requires non-body elements to have height and paddingKevin Kirsche1-1/+1
[Close #16441] ScrollSpy requires non-body elements to have height and padding
2015-05-30Merge pull request #16565 from TimothyGu/patch-1Mark Otto1-1/+1
Adjust Carbon Ads margin on -xs
2015-05-30Adjust Carbon Ads margin on -xsTimothy Gu1-1/+1
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552.
2015-05-30Adds @dl-horizontal-breakpointDan Kaplun3-1/+8
2015-05-29remove utils from media alignmentMark Otto1-4/+2
2015-05-30Merge pull request #16561 from patrickhlauke/docs-separatorsPatrick H. Lauke15-53/+53
ensure divider list items have `role="separator"`
2015-05-29ensure divider list items have role="separator"Patrick H. Lauke15-53/+53
http://www.w3.org/TR/wai-aria/roles#separator
2015-05-29comment out third level of navMark Otto1-0/+2
2015-05-29fix utils ToC listing by unnesting headingsMark Otto1-13/+11
2015-05-29fix thumbnails for everywhereMark Otto1-3/+1
2015-05-29enforce line-height on badges at all timesMark Otto1-0/+1
2015-05-29move flexbox to getting startedMark Otto2-1/+1
2015-05-29gruntMark Otto7-1986/+3209
2015-05-29cards updateMark Otto1-7/+7
2015-05-29update cards docs to clarify things, fix remaining broken cardsMark Otto1-33/+51
2015-05-29A little cleanupSupergibbs1-3/+0
2015-05-29Clarified documentation about input groups and added an example ofSupergibbs2-2/+43
multiple buttons
2015-05-29gruntMark Otto8-3206/+2065