aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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/)
2013-08-21Added fonts to "main" filesThomas Welton1-1/+1
When using bower the "main" property is used to specify the files that should be consumed by applications including the package as a dependency. Without including the fonts in this array the glyphicons do not work correctly as the relative font paths do not work after the "main" files are copied into my projects public dir using tools like https://github.com/yatskevich/grunt-bower-task For now I have manually copied the fonts dir in the location needed for my project. But by accepting this pull request this will not be necessary for me or for other people that use bower.
2013-08-20rename @screen-XX to @screen-XX-min for clarity+unambiguityChris Rebert5-48/+52
2013-08-20Remove progress bar striped @color parameters; use default transparent white.Luke McDonald2-2/+2
* If the @color parameter is not removed, the stripes are the same color as the element background color. In this case, the stripes do not appear.
2013-08-20Apply @color argument to striped gradientLuke McDonald1-5/+5
The @color argument is currently not being used for the striped gradient.
2013-08-20add header font size vars to customizer pageChris Rebert1-0/+16
2013-08-20regenerate customizer's raw-files.jsChris Rebert1-1/+1
2013-08-20add variables for heading font sizes; fixes #9921Chris Rebert2-6/+13
2013-08-20update copyright yearChris Rebert1-1/+1
2013-08-20fix #9915Chris Rebert1-1/+1
2013-08-20master branch is no longer stationary, so don't imply otherwiseChris Rebert1-1/+1
2013-08-20links to a release instead of master, so rephrase description accordinglyChris Rebert1-2/+2
2013-08-20point release download link to an actual release instead of `master`Chris Rebert1-1/+1
2013-08-20CONTRIBUTING: reflect move away from *-wip branch style of developmentChris Rebert1-11/+3
Per http://blog.getbootstrap.com/2012/12/10/bootstrap-3-plans/ : > * Drop the `*-wip` branch style of development.
2013-08-20fix #9917Chris Rebert1-1/+1
2013-08-20fix #9924Chris Rebert1-2/+1
2013-08-20Merge pull request #9930 from tagliala/whitespaces-fixChris Rebert1-20/+20
Removed trailing whitespaces in responsive-utilities.less
2013-08-20Merge pull request #9918 from lamby/masterChris Rebert1-1/+1
Correct "Aligninment" -> "Alignment" typo.
2013-08-20Add role="toolbar" to elements with .btn-toolbar.Rouven Weßling1-12/+12
2013-08-20Removing whitespacesGeremia Taglialatela1-20/+20
2013-08-20Correct "Aligninment" -> "Alignment" typo.Chris Lamb1-1/+1
Signed-off-by: Chris Lamb <[email protected]>
2013-08-19quick fix for docs mentionMark Otto1-6/+6
2013-08-19update grunt-html-validation output file ignoresChris Rebert1-1/+2
2013-08-19remove dumb validation reportsv3.0.0fat2-2/+0
2013-08-19fix customizerfat6-13/+11