# HG changeset patch # User domruf # Date 1509211526 -7200 # Node ID 1ea5d93c97de4249dbe35ad54637ed4be44d3b4e # Parent 80fffda17c559bfe23ad304428ae5f9de14c6cdb less: remove unnecessary repo size styling - empty badges are already hidden - the badge style overrides the padding anyway diff -r 80fffda17c55 -r 1ea5d93c97de kallithea/public/css/style.css --- a/kallithea/public/css/style.css Sat Oct 28 19:21:00 2017 +0200 +++ b/kallithea/public/css/style.css Sat Oct 28 19:25:26 2017 +0200 @@ -246,14 +246,6 @@ margin-right: 200px; min-height: 200px; } -#repo_size_2 { - display: none; -} -#repo_size_2.loaded { - display: block; - padding-right: 10px; - padding-bottom: 7px; -} #summary .metatag { display: inline-block; padding: 3px 5px; diff -r 80fffda17c55 -r 1ea5d93c97de kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sat Oct 28 19:21:00 2017 +0200 +++ b/kallithea/public/less/style.less Sat Oct 28 19:25:26 2017 +0200 @@ -259,14 +259,6 @@ margin-right: 200px; min-height: 200px; } -#repo_size_2 { - display: none; -} -#repo_size_2.loaded { - display: block; - padding-right: 10px; - padding-bottom: 7px; -} #summary .metatag { display: inline-block; padding: 3px 5px;