Commit 176c481fac5c5722a72284f6af4c6d2e384ad241

Authored by Victor Costa
1 parent 4105c541

Table style

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -85,6 +85,9 @@
85 85 table {
86 86 border-collapse: collapse;
87 87 margin-top: 20px;
  88 + tbody tr:nth-child(odd) {
  89 + background-color: #e5e5e5;
  90 + }
88 91  
89 92 .abstract-text {
90 93 width: 80%;
... ...