From 5156c3fb934d1591715c5dd0c6bba8db0615b1cf Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 29 Nov 2016 00:42:27 +0100 Subject: [PATCH] css: remove duplicate badges, hide transitions --- public/css/module.less | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 589246d..01c0b9d 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -289,7 +289,7 @@ table.bp table.bp table.bp table.bp table.bp { font-size: 1em; } /* Transitions */ -table.bp { +div.knightrider table.bp { // That's ugly, I know .transition(@val1, @val2) { @@ -635,14 +635,3 @@ table.sourcecode { background-color: #dfd; } } - -.badges { - display: block; - padding: 0.5em; - - .badge { - border: 1px solid white; - margin: 0; - margin-right: 1px; - } -}