How to remove line on top of a table in Drupal

This will just be a quick post. Drupal tends to add a gray line at the top of any <table> elements you may have on your page, even if you don't have a border specified. A quick and simple way of getting that annoying line gone is by adding this

table {
  border-collapse: separate !important;
}

to your stylesheet file. Does the trick for me!

Comments

Popular posts from this blog

How I farm Death's Breath and Blood Shards in Diablo 3

How to fix Borderlands 2 coop-over-the-internet LAG

How to get private co-op to work in Far Cry 3