aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-26Merge pull request #11200 from yokomizor/variable_way_to_set_caret_width_baseMark Otto1-1/+1
Variable way to set caret width
2013-10-26Fixes #11206: remove left padding on first inline list itemMark Otto3-1/+11
2013-10-26Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-10/+8
2013-10-26Merge pull request #11244 from ZDroid/animationMark Otto4-10/+8
Add .animation() mixin
2013-10-26Add .animation() mixinZlatan Vasović4-10/+8
2013-10-26Remove multiple navbar z-index calloutMark Otto1-4/+0
* Since we removed the z-index of our default navbars in 76baacf2c94bec03273639ef0ed966dad87cf37a, we no longer need this warning. * A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go.
2013-10-26Merge pull request #11222 from ZDroid/patch-1Mark Otto7-10/+16
Add another newline to improve final code readability
2013-10-26Add another newline to improve final code readabilityZlatan Vasović7-10/+16
This divides banner from code.
2013-10-26Merge pull request #11224 from twbs/10506-docMark Otto1-0/+4
Document that uncollapsing the mobile navbar requires JS
2013-10-25Merge pull request #11239 from twbs/qunit-equals-deprecatedChris Rebert4-18/+18
QUnit.equals() is deprecated; use QUnit.equal() instead
2013-10-25QUnit.equals() is deprecated; use QUnit.equal() insteadChris Rebert4-18/+18
2013-10-25Merge pull request #11234 from ZDroid/patch-2Chris Rebert1-1/+1
Kick up grunt-contrib-jshint dependency
2013-10-25Kick up grunt-contrib-jshint dependencyZlatan Vasović1-1/+1
2013-10-24add missing space before open curly braceChris Rebert1-1/+1
2013-10-24fix misspelling in commentChris Rebert1-1/+1
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