User agent stylesheet overriding my table style? Twitter Bootstrap

后端 未结 5 2127
难免孤独
难免孤独 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:15

    If declaring in the very beginning doesn't work, then it's probably not your user-agent style sheet casuing it. It may be Bootstrap's style sheet overriding your styles (I've had this problem). Make sure your style sheet is linked to after Bootstrap's style sheet in your HTML.

    
     
    

提交回复
热议问题