aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-16Remove "js" keyword /cc @cvrebertZlatan Vasović1-1/+1
2013-09-16Merge pull request #10661 from Shotster/simplified-responsive-invisibilityChris Rebert1-2/+2
Simplified CSS responsive-invisibility mixin
2013-09-16Fix package.jsonZlatan Vasović1-3/+3
* Add "js" keyword * Fix homepage link * Bump grunt-contrib-connect to newer version
2013-09-16Changed the border-color of .navbar-form to @navbar-default-borderLipis1-1/+1
2013-09-16add responsive CSS to hyperlinked images when thumbnail caption markup is usedKevin Lisota1-1/+2
When thumbnail caption markup is used in combination with a hyperlinked image, the image is not responsive. (non-hyperlinked images are fine, like the example in the docs) Adding a selector to apply responsiveness to hyperlinked images when thumbnail captions are used.
2013-09-16Simplified CSS responsive-invisibility mixinSteve S1-2/+2
2013-09-16Derp, there were moreSoheil Behnezhad1-2/+2
2013-09-16Remove some more unnecessary semicolonsSoheil Behnezhad1-8/+8
2013-09-16Dropdown in panel header does not inherit its colorsChris Ziogas4-1/+35
Fix for issue #10627
2013-09-16Remove unnecessary semicolonsSoheil Behnezhad1-2/+2
2013-09-15Merge pull request #10653 from homeyer/patch-1Chris Rebert1-1/+1
remove duplicate text in documentation for popover
2013-09-15remove duplicate text in documentation for popoverAndrew Homeyer1-1/+1
2013-09-14Removed unneeded 'accordion-toggle' class. Fixes #10481ggam1-6/+6
2013-09-13Add nav-pills-border-radius variableJake Buob2-1/+2
2013-09-13Make nav pills border-radius border-radius-baseJake Buob2-2/+2
2013-09-13Merge pull request #10623 from jdorfman/jdorfman-maxcdn-linkMark Otto1-1/+1
getting-started - Replace NetDNA.com with MaxCDN.com
2013-09-13getting-started - Replace NetDNA.com with MaxCDN.comJustin Dorfman1-1/+1
2013-09-13Merge pull request #10619 from mathiasose/masterChris Rebert1-1/+1
Further clarification about this step
2013-09-13As a node.js noob, even with the previous clarification this was a bit ↵Mathias Ose1-1/+1
unclear. This change should (hopefully) make it obvious.
2013-09-12Merge pull request #10598 from ZDroid/patch-1Mark Otto1-1/+1
Linux users also love Chrome
2013-09-12rm irrelevant entries from .gitignore; fixes #10609Chris Rebert1-6/+1
2013-09-12Better? /cc @mdoZlatan Vasović1-1/+1
2013-09-12Merge pull request #10602 from mikefrancis/patch-2Mark Otto1-0/+6
Added in list elements for dividers
2013-09-12Added in list elements for dividersMike Francis1-0/+6
2013-09-12We also use Chrome :PZlatan Vasović1-1/+1
2013-09-12Merge pull request #10597 from ZDroid/patch-1Chris Rebert1-1/+1
@grid-float-breakpoint need to be @screen-sm-min
2013-09-12@grid-float-breakpoint need to be @screen-sm-minZlatan Vasović1-1/+1
:smile:
2013-09-11Merge pull request #10573 from gribelu/tooltip-fixMark Otto1-8/+8
Hardcoded Tooltip arrow positioning
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto6-6/+11
2013-09-11Fixes #10492: Account for responsive tables in panelsMark Otto3-10/+34
2013-09-11Merge pull request #10569 from ZDroid/patch-2Mark Otto5-6/+6
Change @screen-* to @screen-*-min
2013-09-11Merge pull request #10594 from twbs/navbar-form-labels-warningMark Otto1-0/+5
add same accessibility warning from .form-inline to .navbar-form docs
2013-09-11add same accessibility warning from .form-inline to .navbar-form docsChris Rebert1-0/+5
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+3
2013-09-11Massive customizer audit and overhaulMark Otto4-274/+541
I probably missed a few things and screwed up a few others, but this takes the place of much of #9910. I haven't added many variables—that should be reserved for v3.1—but I have rejiggered the layout, added missing ones, corrected wrong values, etc. /cc @cvrebert @juthilo @saas786
2013-09-11Remove unneeded comment in layoutsMark Otto2-2/+0
2013-09-11Merge pull request #10590 from twbs/doc-jquery-versionMark Otto2-2/+2
document jQuery version requirement; fixes #10355
2013-09-11Merge pull request #10591 from twbs/modal-remote-migration-docChris Rebert1-0/+1
add modal 'remote' option semantics change to migration docs
2013-09-11add modal 'remote' option semantics change to migration docs; fixes #10585Chris Rebert1-0/+1
2013-09-11document jQuery version requirement; fixes #10355Chris Rebert2-2/+2
2013-09-11scope customizer h4 changeMark Otto1-1/+1
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto6-29/+50
Conflicts: dist/css/bootstrap.min.css
2013-09-11run gruntMark Otto1-1/+1
2013-09-11re-fix typo in commentChris Rebert1-1/+1
2013-09-11Merge pull request #10584 from twbs/ie_viewportsMark Otto5-26/+39
Fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply to docs
2013-09-11Merge branch 'ie_viewports' of github.com:twbs/bootstrap into ie_viewportsMark Otto2-2/+3
Conflicts: getting-started.html less/responsive-utilities.less
2013-09-11fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵Mark Otto5-26/+38
docs
2013-09-11remove unnecessary right and left properties on .modal-dialogMark Otto3-5/+1
2013-09-11fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵Mark Otto5-26/+38
docs
2013-09-11Merge pull request #10338 from twbs/readd-optin-notesMark Otto1-3/+11
Fix #10324: Add opt-in note to tooltip docs