aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-27Only preventDefault on click on [data-toggle="modal"] when the element is a linkAlexander Prinzhorn1-1/+1
In it's current state Bootstrap always prevents the default action for a click event on `[data-toggle="modal"]` elements (see https://github.com/twbs/bootstrap/blob/master/js/modal.js#L233). Instead this should only happen when the element is a link.
2013-09-26Merge pull request #10827 from akalicki/issue_10726Chris Rebert1-1/+1
Resolves #10726 - clarifies javascript tab markup in docs
2013-09-26Resolves #10726 - clarifies javascript tab markup in docsAlex Kalicki1-1/+1
2013-09-25add iOS and versions to Safari percent rounding warning; fixes #10723Chris Rebert1-1/+1
2013-09-25Add 'collapse' class back after expandingTravesty31-1/+1
2013-09-24don't include . in linkMark Otto1-1/+1
2013-09-24Merge pull request #10797 from twbs/input-groups-xrefMark Otto1-0/+4
add cross-reference to Input Groups in CSS Form docs; fixes #10792
2013-09-24add cross-reference to Input Groups in CSS Form docs; fixes #10792Chris Rebert1-0/+4
2013-09-24Merge pull request #10796 from twbs/skip-to-main-contentMark Otto4-4/+4
Use "Skip to main content" phrasing consistently; further #10786 fixes
2013-09-24Use "Skip to main content" phrasing consistently; further #10786 fixesChris Rebert4-4/+4
2013-09-24Merge pull request #10786 from acspike/skip-nav-link-wordingMark Otto1-1/+1
Alter wording of example Skip Nav link to improve pronunciation
2013-09-24Merge pull request #10790 from twbs/disable-compatibility-modeMark Otto17-0/+17
Disable IE Compatibility Mode in docs, examples
2013-09-24Add note about IE mode tag being included in docsJulian Thilo1-0/+1
2013-09-24Merge pull request #10778 from twbs/old-android-glyphicons-fixChris Rebert11-449/+451
Use updated Glyphicons to workaround old Android WebKit bug
2013-09-24Alter wording of example Skip Nav link to improve pronunciationAaron Spike1-1/+1
Screen reading applications, including Apple's VoiceOver, improperly pronounce the word "content" in "Skip to content" as an adjective rather than a noun because of insufficient context. "Skip to main content" is pronounced correctly. See #6 and Guideline #10 at the following site for more information: http://redish.net/content/papers/interactions.htmlAlter wording of example Skip Nav link to improve pronunciation
2013-09-24Disable IE Compatibility Mode in docs, examplesJulian Thilo16-0/+16
...because we don't support it and it may cause problems for people trying to view the docs in IE.
2013-09-23Use bootstrap.less file order in CustomizerRoss Allen1-11/+37
Appending stylesheets by iterating the `__less` Hash creates an order that is not the same as 'bootstrap.less'. Some stylesheets like 'component-animations.less' and 'modals.less' have selectors with matching specificity, and so file order decides which style wins. This causes issue #10030 by putting `.fade.in` after `.modal-backdrop.in` and gives the backdrop a higher opacity than intended. This change uses the Less ordering in 'bootstrap.less' to generate the final stylesheets in the Customizer to make sure customized file ordering matches the distribution file order. Fixes #10030
2013-09-23run grunt distChris Rebert6-240/+241
2013-09-23re-sort affected .glyphicon-* classes by new codepointsChris Rebert1-10/+10
2013-09-23Update affected .glyphicon-* CSS classes to use new codepointsChris Rebert1-10/+10
.glyphicon-briefcase: U+1F4BC -> U+E139 .glyphicon-calendar: U+1F4C5 -> U+E109 .glyphicon-pushpin: U+1F4CC -> U+E146 .glyphicon-paperclip: U+1F4CE -> U+E142 .glyphicon-camera: U+1F4F7 -> U+E046 .glyphicon-lock: U+1F512 -> U+E033 .glyphicon-bell: U+1F514 -> U+E123 .glyphicon-bookmark: U+1F516 -> U+E044 .glyphicon-fire: U+1F525 -> U+E104 .glyphicon-wrench: U+1F527 -> U+E136
2013-09-23Update Glyphicons font to resolve #10106Chris Rebert4-199/+200
Workaround an old Android WebKit bug by switching to codepoints within the BMP. Details: http://stackoverflow.com/questions/9241519/webkit-css-content-unicode-bug Extra special thanks to @jankovarik for doing this update. <3 Source: https://www.dropbox.com/s/clh9y6lqtmj01l8/halflings_updated_for_android.zip (As posted in https://github.com/twbs/bootstrap/issues/10106#issuecomment-24539909 )
2013-09-23run grunt distChris Rebert4-1/+43
2013-09-23Merge pull request #10768 from twbs/polaroid-thumbnail-docsMark Otto1-1/+1
fix #10767; current .img-thumbnail is equivalent to old .img-polaroid
2013-09-23Merge pull request #10770 from twbs/rename-assetsMark Otto34-76/+76
move /assets/ to /docs-assets/ ; fixes #10715
2013-09-23Merge pull request #10769 from twbs/deprecate-hideMark Otto2-15/+7
deprecate .hide; fixes #10446
2013-09-23avoid using the term "assets" due to potential confusionChris Rebert1-1/+1
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert34-75/+75
2013-09-23deprecate .hide; fixes #10446Chris Rebert2-15/+7
2013-09-23fix #10767; current .img-thumbnail is equivalent to old .img-polaroidChris Rebert1-1/+1
2013-09-23Merge pull request #10763 from XhmikosR/html5shivChris Rebert1-4/+4
Update html5shiv to v3.7.0.
2013-09-23Update html5shiv to v3.7.0.XhmikosR1-4/+4
2013-09-23don't create new Tooltip/Popover objects just to destroy them immediatelyJochen Berger2-0/+2
2013-09-22Merge pull request #10695 from FredericoC/fix-nav-active-caretMark Otto1-0/+10
Fixed issue where caret wouldn't inherit "active" li style on nav-pills
2013-09-22Merge pull request #10741 from ZDroid/patch-1Mark Otto1-23/+13
Avoid LESS nesting if isn't needed
2013-09-22Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-3/+322
2013-09-22Fixes #10755: Don't remove quotes around q element by defaultMark Otto3-5/+1
2013-09-21Merge pull request #10749 from ZDroid/patch-2Chris Rebert1-1/+1
@headingsColor → @headings-color
2013-09-21@headingsColor → @headings-colorZlatan Vasović1-1/+1
2013-09-20Merge pull request #10693 from twbs/include-docs-licenseMark Otto1-0/+319
include a copy of the CC-BY 3.0 License that the docs are under
2013-09-20fix #10737Chris Rebert1-1/+1
2013-09-20Merge pull request #10743 from hnrch02/patch-1Chris Rebert1-1/+1
Fix a silly typo
2013-09-20Fix a silly typoHeinrich Fenkart1-1/+1
2013-09-20Avoid LESS nesting if isn't neededZlatan Vasović1-23/+13
2013-09-19Merge branch 'master' of github.com:twbs/bootstrapMark Otto14-39/+79
Conflicts: dist/css/bootstrap.min.css
2013-09-19Fixes #10694: Remove unnecessary `content` property from `.caret`Mark Otto3-3/+1
2013-09-19Merge pull request #10724 from ZDroid/patch-1Mark Otto1-1/+1
white → #fff
2013-09-19fix #10732Chris Rebert1-1/+1
2013-09-19Same fix for the navbar example of sticky footerLipis1-3/+2
2013-09-19Removed the unnecessary override and the !important from .wrapLipis1-3/+2
In the sticky footer example there were some weird stuff..
2013-09-19white → #fffZlatan Vasović1-1/+1