Commit 038d1e766bc79536b04c20101a1bb1e0b966a948

Authored by Nathan B
2 parents 9c6739bf cbc8b8c7
Exists in master and in 1 other branch production

Merge pull request #108 from gorenje/white_not_transparent

bgclr instead of transparent. annoying the error lines get too wide
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -421,6 +421,7 @@ table thead + tbody tr:first-child td {
421 421 }
422 422 table th { background-color: #ececec; font-weight: bold; text-transform: uppercase; white-space: nowrap; }
423 423 table tbody tr:nth-child(odd) td { background-color: #F9F9F9; }
  424 +table tbody tr:nth-child(even) td { background-color: #fff; }
424 425 table .main { width: 100%; }
425 426  
426 427 table.single_user {
... ...