tweak body style for file report
This commit is contained in:
parent
c219ffce64
commit
90bda65e24
@ -2,6 +2,11 @@
|
||||
<head>
|
||||
<title>Coverage for <%= @source_file_name %></title>
|
||||
<style>
|
||||
body {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
h2 {
|
||||
text-align: center;
|
||||
}
|
||||
@ -17,6 +22,7 @@ h2 {
|
||||
}
|
||||
#code_table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
#code_table th, #code_table td {
|
||||
margin: 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user