tweak body style for file report

This commit is contained in:
Josh Holtrop 2017-01-15 15:18:17 -05:00
parent c219ffce64
commit 90bda65e24

View File

@ -2,6 +2,11 @@
<head> <head>
<title>Coverage for <%= @source_file_name %></title> <title>Coverage for <%= @source_file_name %></title>
<style> <style>
body {
margin-left: 0px;
margin-right: 0px;
padding: 0px;
}
h2 { h2 {
text-align: center; text-align: center;
} }
@ -17,6 +22,7 @@ h2 {
} }
#code_table { #code_table {
border-collapse: collapse; border-collapse: collapse;
width: 100%;
} }
#code_table th, #code_table td { #code_table th, #code_table td {
margin: 0px; margin: 0px;