report.css , lf_report.py lf_check.py : formatting changes on the report

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-07-23 17:13:37 -06:00
parent 49ccefd750
commit 29cf163a88
3 changed files with 10 additions and 1 deletions

View File

@@ -336,6 +336,9 @@ class lf_report():
""".format(title=self.table_title)
self.html += self.table_title_html
def start_content_div2(self):
self.html += "\n<div class='contentDiv2'>\n"
def start_content_div(self):
self.html += "\n<div class='contentDiv'>\n"