Ver código fonte

Fix background color of table footer row

KokkieH 3 anos atrás
pai
commit
bedfc4e879
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      textbook/style.css

+ 2 - 1
textbook/style.css

@@ -668,7 +668,8 @@ table td {
 }
 
 .entry-content table tbody tr:nth-child(odd),
-.widget-area table tbody tr:nth-child(odd) {
+.widget-area table tbody tr:nth-child(odd),
+.widget-area table {
   background: #FFF;
 }