From 6edbcff53332b070d2dee2684262941532e5d801 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 15 Jan 2017 15:44:24 -0500 Subject: [PATCH] let code table be less than 100% wide --- assets/file_report.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/file_report.html.erb b/assets/file_report.html.erb index 7699488..7ec1d7e 100644 --- a/assets/file_report.html.erb +++ b/assets/file_report.html.erb @@ -22,7 +22,8 @@ h2 { } #code_table { border-collapse: collapse; - width: 100%; + margin-left: auto; + margin-right: auto; } #code_table th, #code_table td { margin: 0px;