User agent stylesheet overriding my table style? Twitter Bootstrap

后端 未结 5 2124
难免孤独
难免孤独 2020-12-13 06:00

I\'m using twitter bootstrap. My problem is that font-sizes in tables are wrong. For some reason the User Agent stylesheet is overriding the bootstrap table styles.

5条回答
  •  温柔的废话
    2020-12-13 06:03

    Check whether your CSS is called or not in browser dev tools (press F12) under network column.

    If it is not called, use your style sheets with1 rel="stylesheet" type="text/css".

    It worked for me.

提交回复
热议问题