I\'m kinda stuck with a CSS problem while using Bootstrap. I\'m also using Angular JS with Angular UI.bootstrap (which might be part of the problem).
I\'m making a w
Try this:
CSS .borderless { border:none; } Note: What you were doing before was not working because your css code was targeting a table within your .borderless table (which probably didn't exist) 0 讨论(0) 查看其它16个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
.borderless { border:none; }
Note: What you were doing before was not working because your css code was targeting a table within your .borderless table (which probably didn't exist)