aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-24fix misspelling in commentChris Rebert1-1/+1
2013-10-24remove ref to nonexistent branchChris Rebert1-1/+0
2013-10-24fix WebKit caps in commentsChris Rebert3-4/+4
2013-10-24doc that uncollapsing mobile navbar requires JS; per #10506Chris Rebert1-0/+4
2013-10-24goofed on 1 dummy <img> src attribute; thanks @extesyChris Rebert1-1/+1
2013-10-23rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert6-35/+36
2013-10-23silence validator regarding http-equiv="X-UA-Compatible"Chris Rebert2-2/+5
2013-10-23Add quick fix to labels and badges in buttonsZlatan Vasović2-6/+12
2013-10-22Merge pull request #11209 from ZDroid/new_yearMark Otto9-9/+9
Update license year
2013-10-22Merge pull request #11208 from ZDroid/codestyle_fixChris Rebert1-1/+1
Put a space before `{` due to code style
2013-10-22Update license yearZlatan Vasović9-9/+9
2013-10-22Put a space before { due to code styleZlatan Vasović1-1/+1
2013-10-22Scrollspy acting up when targets are hiddenArnold Daniels1-0/+1
If elements are hidden using `display: none;` which are targets mapped by scrollspy, the plugin might select an incorrect or no menu item. Checking if the target is visible solved this.
2013-10-22variable way to set @caret-width-baseRogério Yokomizo1-1/+1
2013-10-21Adjust in modal size rulesLFeh2-10/+9
2013-10-21Merge pull request #11192 from ZDroid/typoMark Otto1-1/+1
Change upper case to lower case
2013-10-21Change upper case to lower caseZlatan Vasović1-1/+1
2013-10-21Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible ↵Mark Otto3-3/+3
to better enable scrolling on Android 4.x
2013-10-20run grunt on last commit for gradient syntax changeMark Otto3-32/+32
2013-10-20Merge pull request #10893 from Shaun-Dychko/patch--webkit-linear-gradientMark Otto1-1/+1
remove comma separating the color and the color-stop in -webkit-linear-gradient in the #gradient .vertical mixin.
2013-10-20Merge pull request #10729 from lipis/patch-2Mark Otto2-6/+4
Removed the unnecessary override and the !important from .wrap
2013-10-20more spacingMark Otto1-0/+1
2013-10-20Merge branch 'master' into pr/10656Mark Otto103-2563/+4281
Conflicts: dist/css/bootstrap.min.css
2013-10-20spacingMark Otto1-0/+3
2013-10-20Merge branch 'master' of github.com:twbs/bootstrapMark Otto5-8/+35
2013-10-20Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed ↵Mark Otto3-1/+8
through with rounded corners
2013-10-20Merge pull request #11188 from twbs/navbar_zindex_autoMark Otto5-8/+35
Fixes #10433: Navbar z-index refactor
2013-10-20Remove default z-index on navbar and only set on static and fixed variantsMark Otto3-5/+4
2013-10-20Fix up padding on default navbar exampleMark Otto1-3/+4
2013-10-20Fixes #10433: Navbar z-index refactorMark Otto4-3/+30
* Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar)
2013-10-20fixes #11139: add position: relative; to .modal-dialog so that z-index takes ↵Mark Otto3-1/+3
effect
2013-10-20Merge branch 'master' of https://github.com/jeonghwan-kim/bootstrap into ↵Mark Otto3-3/+5
jeonghwan-kim-master Conflicts: dist/css/bootstrap.min.css
2013-10-20Fixes #10522: Enable use of form validation class on .radio, .checkbox, ↵Mark Otto3-5/+21
.radio-inline, and .checkbox-inline
2013-10-20fixes #11126: remove box-shadow from open dropdown toggle with .btn-linkMark Otto3-1/+11
2013-10-20Merge pull request #11186 from twbs/carousel_indicators_ieMark Otto3-1/+14
Carousel indicators for IE8-9
2013-10-20Merge branch 'master' into carousel_indicators_ieMark Otto3-3/+1
Conflicts: dist/css/bootstrap.min.css
2013-10-20fixes #11151: remove unused h5bp class from print CSSMark Otto3-3/+1
2013-10-20Merge branch 'master' into carousel_indicators_ieMark Otto1-1/+1
2013-10-20mo gruntMark Otto1-1/+1
2013-10-20Merge branch 'master' into carousel_indicators_ieMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-10-20Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2013-10-20run grunt distMark Otto2-2/+2
2013-10-20Fixes #10903 and #10457: IE8-9 don't support events on elements without ↵Mark Otto3-2/+15
background-color, so we have to hack it
2013-10-20Merge pull request #11183 from ZDroid/patch-1Mark Otto1-1/+1
Continue tag way implementation
2013-10-20Continue tag way implementationZlatan Vasović1-1/+1
2013-10-19added bower_components to .gitignoreRogério Yokomizo1-0/+1
2013-10-18Merge pull request #11166 from ZDroid/tag_wayChris Rebert1-9/+9
(Not HTML) tag way is much better
2013-10-18(Not HTML) tag way is much betterZlatan Vasović1-9/+9
2013-10-18Options of sizes added in modalLFeh2-0/+11
2013-10-17Merge pull request #11155 from twbs/ie8-file-proto-respond.js-examples-warningsMark Otto17-0/+58
Warn about IE8 + Respond.js + file:// problem in examples