From ae0a6b6cfca6f59837cb9088fb8b362744083bdf Mon Sep 17 00:00:00 2001 From: Tracey Eubanks Date: Thu, 21 Jul 2011 09:04:01 -0600 Subject: [PATCH] fixed overflow for window. fixed color of summary th --- public/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 21c8248..efdfee9 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -647,10 +647,13 @@ table.tally th.value { .window { width: 100%; margin-bottom: 1em; + overflow: auto; } + .window table { margin: 0; } + table.backtrace td { width: 100%; padding: 0; -- libgit2 0.21.2