mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
ids.cgi: Drop unused css code
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
###############
|
||||
|
||||
Reference in New Issue
Block a user