From 8a73be51a896202289d47005516a750f0658de0b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 28 Feb 2016 08:58:54 +0100 Subject: [PATCH] css: remove obsolete log-properties --- public/css/module.less | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 6ff5a63f..53971c3b 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -389,20 +389,6 @@ form div.hint { /* END of Forms */ -table.log-properties { - table-layout: fixed; - width: 100%; - - td { - font-family: @font-family-fixed; - word-break: break-all; - } - - span { - padding: 0.3em 1em; - } -} - p.error { color: white; padding: 1em 2em;