Jason Fb wrote in post #1150056:
> Also you didn't show us the actual styles themselves, and I'm not sure
> how familiar with CSS you are. In case you aren't (no offense intended--
> I am writing this to be thorough), the style inside of scaffold may be
> more specific than your own style.
Actually, this was not the case. I used Google Chrome's "inspect
element" feature, which is very handy, because it shows not only the
definition place of the styles, which apply, but also, which other
styles have the same (or lower) specifity (and where their definitions
are).
In effect, changing the load order solved the problem.
> Alternatively, take the styles in scaffold and move them to your app
> (cut & paste), and then delete the scaffold file. Unless it's a library,
> treat it as boiler-place starter CSS, not as a library you want to
> maintain congruence with.
Thanks for the suggestion! I will consider this do for future conflicts.
> If we were talking about some library's CSS, on the other hand -- like
> Bootstrap --- then I would not recommend you edit the library's CSS
> directly.
Thanks for this warning too! While I don't feel so comfortable with
Bootstrap, I am currently looking for other libraries and will probably
face this problem again.
Ronald