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

Remove incompatible properties. #11744

Merged
merged 1 commit into from Dec 8, 2013
Merged

Remove incompatible properties. #11744

merged 1 commit into from Dec 8, 2013

Conversation

XhmikosR
Copy link
Member

@XhmikosR XhmikosR commented Dec 6, 2013

  • vertical-align: middle isn't compatible with display: block
  • margin-bottom isn't compatible with display: inline

So those properties didn't have any effect and can be removed.

@mdo
Copy link
Member

mdo commented Dec 6, 2013

Do we need to then add these vertical-align properties back for the inline forms?

@XhmikosR
Copy link
Member Author

XhmikosR commented Dec 6, 2013

It depends on what your intention is. I can look closer tomorrow if no one else beats me to it.

@XhmikosR
Copy link
Member Author

XhmikosR commented Dec 7, 2013

@mdo: it seems to be OK as it is from a quick look I had.

@mdo
Copy link
Member

mdo commented Dec 8, 2013

Looking into it, we do need to restore the vertical-align: middle; down the file. I've done that and merged this to master to at least clear some things up. We'll definitely need to test this more though to be sure.

@mdo mdo merged commit f4087df into twbs:master Dec 8, 2013
@mdo mdo mentioned this pull request Dec 8, 2013
@XhmikosR
Copy link
Member Author

XhmikosR commented Dec 8, 2013

@mdo BTW, I noticed these with csslint. There's a grunt plugin, do you think it's worth setting csslint up for BS? If so I could try making a PR.

@XhmikosR XhmikosR deleted the incompatible-properties branch December 8, 2013 10:35
@mdo
Copy link
Member

mdo commented Dec 8, 2013

@XhmikosR Sure, let's give it a go.

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

2 participants