Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #12854 on push and pull resets #12863

Merged
merged 1 commit into from Mar 4, 2014
Merged

Fix for issue #12854 on push and pull resets #12863

merged 1 commit into from Mar 4, 2014

Conversation

Sojaner
Copy link
Contributor

@Sojaner Sojaner commented Feb 27, 2014

The col--push-0 and col--pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly.
To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.

The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly.
To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
@cvrebert cvrebert added this to the v3.2.0 milestone Feb 27, 2014
@cvrebert cvrebert added the css label Feb 27, 2014
mdo added a commit that referenced this pull request Mar 4, 2014
Fix for issue #12854 on push and pull resets
@mdo mdo merged commit 56c6525 into twbs:master Mar 4, 2014
@mdo
Copy link
Member

mdo commented Mar 4, 2014

Right on. auto makes much more sense here in that we're undoing the set values to go back to the browser defaults. Thanks!

mdo added a commit that referenced this pull request Mar 4, 2014
@Sojaner
Copy link
Contributor Author

Sojaner commented Mar 5, 2014

You are welcome mdo. Thanks for your great framework.

ithcy pushed a commit to stevelaz/bootstrap that referenced this pull request Mar 6, 2014
* upstream/master: (45 commits)
  fix twbs#12936
  Run `grunt update-shrinkwrap`
  grunt-contrib-jade@0.11.0
  Fixes twbs#12901: Refactors list group active state for use on non-anchors
  nav
  Fixes twbs#12848: Account for and document progress bars at 0-3%
  use full version number in deprecation note
  clarify deprecation /cc @cvrebert
  Fixes twbs#12697: Document readonly inputs
  docs for twbs#12873
  grunt after merging twbs#12917
  Grunt after merging twbs#12863
  grunt
  Fixes twbs#12868: Enables icon feedback on validation states for large/small inputs.
  Fixes twbs#12913: Remove scoped media queries from custom xs grid mixins
  Fixes twbs#12914: Darken immediate children hr elements in jumbotrons
  Fixes twbs#12916: Don't let .lead resize on viewport change
  add svg logos to brand guidelines
  Update csscomb properties. 'colon-spac'e and 'stick-brace' don't take boolean values.
  grunt
  ...

Conflicts:
	dist/css/bootstrap.css.map
	dist/css/bootstrap.min.css
@mdo mdo mentioned this pull request Mar 7, 2014
stempler pushed a commit to stempler/bootstrap that referenced this pull request Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants