Closed
Conversation
svda
pushed a commit
to myxt/bootstrap
that referenced
this pull request
Oct 9, 2012
* 'master' of https://github.com/twitter/bootstrap: (102 commits) last rebuild before 2.1.1 release regrettably remove the animated button for download on homepage to improve page performance in some browsers fixes twbs#4968 manually: typo in scaffolding docs about offset classes improve comments in image styles fixes twbs#4958: add version to minified js fixes twbs#4885: correct use of skew in .skew() mixin for FF fixes twbs#4957: use input border var for select element instead of #ddd fixes twbs#4959: docs example fixes twbs#4935: properly comment responsive image techniques and add CSS tests to support fixes twbs#4146: IE7-8 responsive image helper add comment to go with updated box-shadow mixin fixes twbs#4909: add color utility classes .text-warning, etc and document them fixes twbs#4925: ensure docs examples don't use fixed font-size and line-height for .lead fixes twbs#4922: use basefontsize for realz on .lead fixes twbs#4902: proper accordion html example fixes twbs#4910: use @baseLineHeight * 1.5 for .lead font-size fixes twbs#4869: typo in getting started fixes twbs#4901: attribute typo and reran make fixes twbs#4896: reflect media query order in docs fixes twbs#4824: scope table grid sizes to .table instead of table ...
svda
pushed a commit
to myxt/bootstrap
that referenced
this pull request
Oct 9, 2012
* master: (102 commits) last rebuild before 2.1.1 release regrettably remove the animated button for download on homepage to improve page performance in some browsers fixes twbs#4968 manually: typo in scaffolding docs about offset classes improve comments in image styles fixes twbs#4958: add version to minified js fixes twbs#4885: correct use of skew in .skew() mixin for FF fixes twbs#4957: use input border var for select element instead of #ddd fixes twbs#4959: docs example fixes twbs#4935: properly comment responsive image techniques and add CSS tests to support fixes twbs#4146: IE7-8 responsive image helper add comment to go with updated box-shadow mixin fixes twbs#4909: add color utility classes .text-warning, etc and document them fixes twbs#4925: ensure docs examples don't use fixed font-size and line-height for .lead fixes twbs#4922: use basefontsize for realz on .lead fixes twbs#4902: proper accordion html example fixes twbs#4910: use @baseLineHeight * 1.5 for .lead font-size fixes twbs#4869: typo in getting started fixes twbs#4901: attribute typo and reran make fixes twbs#4896: reflect media query order in docs fixes twbs#4824: scope table grid sizes to .table instead of table ...
stempler
pushed a commit
to stempler/bootstrap
that referenced
this pull request
Apr 11, 2014
stempler
pushed a commit
to stempler/bootstrap
that referenced
this pull request
Nov 4, 2014
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When images are at 100%, height is not adjusted correctly. The code "width: auto\9;" fixed it.
The problem appear when the default width and height is set in the image tag: <img src="myimage.jpg" width="800" height="600" />
Here is the picture to explain the problem: http://i50.tinypic.com/mbqt8l.jpg