jvamosi/Diversibee

reset.css incompatible with bootstrap

Closed this issue · 2 comments

#69 resets bootstrap styles and so is not currently helpful. If we don't want to use bootstrap, this makes sense. If we do, it does not. Bootstrap uses normalize.css to make CSS consistent across browsers - if using it, we shouldn't add reset.css to our code.

It stripped away some of the styles that were making the page quite nice :P

cgmb commented

As shown by merging the PR, I don't know anything about bootstrap, but it hasn't gotten in my way. If it would require more work to replace bootstrap than to keep it, we should just revert the PR and move on.

Not a problem, I can fix it later. Just wanted some reminder to do so :)