diff --git a/lynis_report.pl b/lynis_report.pl index 488b024..b2b94e6 100755 --- a/lynis_report.pl +++ b/lynis_report.pl @@ -191,6 +191,8 @@ if ($excel) { td.dismal {background-color: #ff0000; color: #000; font-weight: bold;} td.tf_bad {background-color:#ff0000; colore: #000; font-weight: bold;} td.tf_good {background-color: #006400; color: #fff; font_weight: bold;} + td#score {vertical-alingn:top;horizontal-align:left;} + td#auditor {vertical-align:top;horizontal-align:right;} span.title_shrink {font-size: 75%;} a:link#github_link {color: #fff;} a:visited#github_link {color: #acacac;} @@ -227,7 +229,7 @@ if ($excel) {

host findings:

- +
hardening index:
END given ($lynis_report_data{'hardening_index'}) { @@ -252,7 +254,7 @@ END } } - print OUT "\t\t\t
hardening index:
\n"; + print OUT "\t\t\t
Auditor:$lynis_report_data{'auditor'}
\n"; if (!exists($lynis_report_data{'warning[]'})) { print OUT "

warnings (0):

\n"; } else { @@ -308,7 +310,6 @@ END } print OUT < -

manual checks: