TalksLab / metro-bootstrap

Twitter Bootstrap with Metro style
http://talkslab.github.io/metro-bootstrap
Apache License 2.0
1.04k stars 362 forks source link

Fix modal / dialog not centering, fixes #44 #45

Closed Spinarooni closed 10 years ago

NelsonReis commented 10 years ago

Merged. Thanks!

NelsonReis commented 10 years ago

I had to revert the merge because your fix was changing the original modals.less from Bootstrap. We make our style changes in our own .less files, so that whenever Bootstrap is updated we don't have to go inside those files and apply our changes.

I've used the same fix you've made but put it on a new modals.less that is now part of the less folder of the metro-bootstrap. Thanks for your contribution.

Spinarooni commented 10 years ago

I thought about that but was not sure. Thanks for the info.