]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids.cgi: Drop unused css code
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 10 Dec 2017 09:36:07 +0000 (10:36 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 26 Jul 2018 09:42:09 +0000 (11:42 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index c31280fbd0f447efc356bf7e9288ed1e8e49d093..daf9b341b512fe5e1e7b96efbe25b19a26b1218b 100644 (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);
 
 ###############