ids.cgi: Drop unused css code

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2017-12-10 10:36:07 +01:00
parent 177266446a
commit 0b568bb965

View File

@@ -216,29 +216,6 @@ print <<END
END
;
print <<END
<style type="text/css">
<!--
.section {
border: groove;
}
.row1color {
border: ridge;
background-color: $color{'color22'};
}
.row2color {
border: ridge;
background-color: $color{'color20'};
}
.rowselected {
border: double #FF0000;
background-color: #DCDCDC;
}
-->
</style>
END
;
&Header::openbigbox('100%', 'left', '', $errormessage);
###############