# HG changeset patch # User Sean Farley # Date 2014-07-21 17:16:02 # Node ID a3e04cec380498d9c086cfaf12a708fd14d53ece # Parent d1245e3a6eff16522cd3d461125e4e065ac23d74 cross_grey_small.png: remove unused icon 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 @@ -3365,15 +3365,6 @@ table.code-browser i[class^='icon-'] { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); } -#msg_close { - background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0; - cursor: pointer; - height: 16px; - position: absolute; - right: 5px; - top: 5px; - width: 16px; -} div#legend_data { padding-left: 10px; }