Remove row lines in twitter bootstrap

前端 未结 6 1203
予麋鹿
予麋鹿 2021-01-30 08:12

I\'m using twitter bootstrap for some web app I\'m forced to do (I\'m not a web developer) and I can\'t find a way to disable the row lines for tables.

As you can see fr

6条回答
  •  不思量自难忘°
    2021-01-30 08:36

    The other way around, if you have problems ADDING the lines to your panel dont forget to add the to your TABLE. By default (http://getbootstrap.com/components/#panels), it is suppose to add the line but It helped me to add the tag so now the row lines are shown.

    The following example "probably" wont display the lines between rows:

    Panel heading
    Hi 1!
    Hi 2!

    The following example WILL display the lines between rows:

    Panel heading
    Hi 1!
    Hi 2!

提交回复
热议问题