diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1533,27 +1533,6 @@ BIN_FILENODE = 6 .cs_files .changes .bin.bin5 { background-color: #6D99FF; } -.cs_files .cs_added { - height: 16px; - margin-top: 7px; - text-align: left; -} -.cs_files .cs_changed, -.cs_files .cs_modified { - height: 16px; - margin-top: 7px; - text-align: left; -} -.cs_files .cs_removed { - height: 16px; - margin-top: 7px; - text-align: left; -} -.cs_files .cs_renamed { - height: 16px; - margin-top: 7px; - text-align: left; -} /* center collapse button */ .diff-collapse { text-align: center; diff --git a/kallithea/public/less/kallithea-diff.less b/kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less +++ b/kallithea/public/less/kallithea-diff.less @@ -59,27 +59,6 @@ BIN_FILENODE = 6 .cs_files .changes .bin.bin5 { background-color: #6D99FF; } -.cs_files .cs_added { - height: 16px; - margin-top: 7px; - text-align: left; -} -.cs_files .cs_changed, -.cs_files .cs_modified { - height: 16px; - margin-top: 7px; - text-align: left; -} -.cs_files .cs_removed { - height: 16px; - margin-top: 7px; - text-align: left; -} -.cs_files .cs_renamed { - height: 16px; - margin-top: 7px; - text-align: left; -} /* center collapse button */ .diff-collapse {