diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -3174,26 +3174,6 @@ table.code-browser .submodule-dir { z-index: 9050; } -.follow { - background: url("../images/icons/heart_add.png") no-repeat scroll 3px; - height: 16px; - width: 20px; - cursor: pointer; - display: block; - float: right; - margin-top: 2px; -} - -.following { - background: url("../images/icons/heart_delete.png") no-repeat scroll 3px; - height: 16px; - width: 20px; - cursor: pointer; - display: block; - float: right; - margin-top: 2px; -} - .reposize { background: url("../images/icons/server.png") no-repeat scroll 3px; height: 16px;