CodeByZach / pace

Automatically add a progress bar to your site.
https://codebyzach.github.io/pace/
MIT License
15.67k stars 1.9k forks source link

center atom css conflicts with bootstrap css #253

Open ShubhamBadal opened 8 years ago

ShubhamBadal commented 8 years ago

One cannot use pace center atom theme when using bootstrap. The center atom orientation and design breaks.

there is some problem because of bootstraps default box-sizing property.

However, I fixed by adding the following to pace-theme-center-atom.css in css of pace classes

-webkit-box-sizing:initial !important; -moz-box-sizing:initial !important; box-sizing:initial !important;

Someone should resolve this issue or fix the center atom css and make it compatible with bootstrap.

kennyglenn commented 8 years ago

Looks like this PR will fix the issue

#222

joaocastanho commented 8 years ago

It did not fix for me.