aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-23Update and document use of `small` in headingsMark Otto5-36/+75
2013-08-23Merge branch 'master' into header-font-size-varsMark Otto17-289/+407
2013-08-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-2/+9
2013-08-23fixes #10087: add version number to all docs pages in footerMark Otto1-0/+2
2013-08-23fix data-api portion of #10084Chris Rebert1-1/+1
2013-08-23repeat #10081 caveat for popovers tooChris Rebert1-0/+4
2013-08-23tweak #10081 phrasingChris Rebert1-3/+2
2013-08-23Merge pull request #10081 from bcarrell/masterChris Rebert1-0/+4
docs: add explanation for adding tooltips to disabled elements
2013-08-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
Conflicts: css.html
2013-08-23fixes #9877: improve active state on nav list items in themeMark Otto3-9/+25
2013-08-23fixes #9879: add hover state to theme buttonsMark Otto3-53/+96
2013-08-23fix #10070 by resyncing fieldset disabled live example & example codeChris Rebert1-2/+2
2013-08-23docs: add explanation for adding tooltips to disabled elements, closes #10049bcarrell1-0/+4
2013-08-23Added -webkit-overflow-scrolling: touch to responsive tablesCameron Little3-1/+3
2013-08-23Add mixin for transition-propertyFelix Hirschfeld1-0/+4
It's quite handy if a transition needs the same duration, timing-function or delay and only specific properties to animate.
2013-08-23Fix responsive table scrolling on Windows Phone 8.Sam Bowler1-1/+2
2013-08-22fixes #9880: use correct grid classes on jumbotron exampleMark Otto1-3/+3
2013-08-22Merge branch 'master' of github.com:twbs/bootstrapMark Otto5-7/+19
2013-08-22add blog link to homepageMark Otto1-0/+3
2013-08-22Merge pull request #10012 from twbs/david-badgeMark Otto1-1/+1
add David (david-dm.org) badge to monitor currentness of dependencies
2013-08-22Merge pull request #10040 from twbs/pull-navbar-docsMark Otto1-0/+8
add cross-reference to .navbar-left/right in .pull-left/right docs
2013-08-22update outdated JSFiddle exampleChris Rebert1-1/+1
2013-08-22fix #10029Chris Rebert1-1/+1
2013-08-22add cross-reference to .navbar-left/right in .pull-left/right docsChris Rebert1-0/+8
2013-08-22Don't explicitly reference global jQueryJosh Dague12-12/+12
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
2013-08-22Merge pull request #10034 from ↵Chris Rebert1-1/+1
nschonni/use-published-version-for-grunt-html-validation Use NPM version of grunt-html-validation
2013-08-22Use NPM version of grunt-html-validationNick Schonning1-1/+1
The package is now published, so the direct git url is no longer required
2013-08-22Add missing methods (rotateX/Y, perspective(-origin) and transform-origin)Barry vd. Heuvel1-0/+27
Added missing mixins: rotateX rotateY perspective perspective-origin transform-origin
2013-08-22Removed glyphicon-block instead target :empty .glyphiconsThomas Welton1-3/+3
2013-08-22Added glyphicon-block classThomas Welton1-0/+4
Prevents elements moving around the page after the font file has loaded by setting a defined width on elements using the icon font.
2013-08-21Fixing carousel control positioningJason Nutter3-3/+19
The left control should be positioned from the left, while the right control should be positioning from the right. Positioning both from the left results in the right carousel control being incorrectly positioned (most noticeable with a larger than normal font size).
2013-08-21Merge pull request #10011 from nschonni/patch-1Chris Rebert1-3/+7
Update Grunt instruction links and wording
2013-08-21Always wrap form examples in .bs-example; add some missing role='form'Mark Otto1-200/+232
2013-08-21add David (david-dm.org) badge to monitor currentness of dependenciesChris Rebert1-1/+1
2013-08-21Update Grunt instruction links and wordingNick Schonning1-3/+7
2013-08-21Merge branch 'master' of github.com:twbs/bootstrapMark Otto15-51/+44
2013-08-21Merge pull request #10006 from jodytate/masterMark Otto1-1/+1
remove .btn-group
2013-08-21remove .btn-groupjody tate1-1/+1
Removing this class--it's not used in the example and using it causes "bad things to happen." http://jsfiddle.net/josephtate/Jn6H4/
2013-08-21remove .btn-groupjody tate1-1/+1
The example doesn't use .btn-group and adding the class causes "bad things to happen," as the saying goes. http://jsfiddle.net/josephtate/g6AWF
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert6-12/+12
2013-08-21Merge pull request #9999 from sqrt4/fix-9974Chris Rebert3-5/+9
Fixes #9974
2013-08-21Fixes #9974James Lawrence3-5/+9
Added th selector in .table-row-variant mixin
2013-08-21Merge pull request #9987 from wangsai/fix-typoChris Rebert1-1/+1
change `else if` to `else`
2013-08-21removed extraneous spacejody tate1-1/+1
2013-08-21removed reference to button color and gradientjody tate1-1/+1
Changed the wording to reflect the default button's new look since it's no longer grey and doesn't have a gradient. I'd say this new wording isn't ideal and needs something a bit more, well, descriptive.
2013-08-21code.less: also set default monospace font for `<kbd>` and `<samp>`Max F. Albrecht1-1/+3
2013-08-21change `else if` to `else`wangsai1-1/+1
2013-08-21fix #9941Denis Gonchar3-1/+5
2013-08-21Merge pull request #9973 from coliff/patch-6Chris Rebert1-1/+0
Update justified-nav.css (Removed unnecessary ms-linear-gradient prefix)
2013-08-21Update justified-nav.cssChristian1-1/+0
Removed unnecessary ms-linear-gradient prefix. There was never a stable release of IE that supported -ms- prefixed gradients, those were only in preview versions (stable IE10 supports both prefixed and unprefixed gradients). (source: http://lea.verou.me/2013/04/can-we-get-rid-of-gradient-prefixes/)