diff --git a/web/skins/classic/css/flat/skin.css b/web/skins/classic/css/flat/skin.css index 528eb6e4b..ca08a8ded 100644 --- a/web/skins/classic/css/flat/skin.css +++ b/web/skins/classic/css/flat/skin.css @@ -474,22 +474,3 @@ input[type=submit]:disabled { } -/* - * Console table for the main event table - */ - -#consoleTable td, #consoleTable th { - padding: 5px; - border-bottom: 2px solid #f2f2f2; -} - -#consoleTable input[type=button] { - margin-right: 3px !important; -} - -#consoleTable tfoot { - background-color: #f2f2f2; -} - - -