From cbc8b8c74c123d030d5ca05649e8089d2d33def3 Mon Sep 17 00:00:00 2001 From: Gerrit Riessen Date: Mon, 17 Oct 2011 16:17:11 +0200 Subject: [PATCH] bgclr instead of transparent. annoying the error lines get too wide --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b546cd6..958b787 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -421,6 +421,7 @@ table thead + tbody tr:first-child td { } table th { background-color: #ececec; font-weight: bold; text-transform: uppercase; white-space: nowrap; } table tbody tr:nth-child(odd) td { background-color: #F9F9F9; } +table tbody tr:nth-child(even) td { background-color: #fff; } table .main { width: 100%; } table.single_user { -- libgit2 0.21.2