# HG changeset patch # User domruf # Date 2018-01-04 22:22:57 # Node ID 3afbca98785702ac3ea426606c6ba8137a0c901c # Parent 8de1837484e6c13014bee9390357aa8bfc7443f0 less: include fontello style in main.less and remove it from root.html diff --git a/kallithea/public/less/main.less b/kallithea/public/less/main.less --- a/kallithea/public/less/main.less +++ b/kallithea/public/less/main.less @@ -13,6 +13,7 @@ @import (inline) "3rd-party/dataTables.bootstrap.css"; @import (less) "../js/select2/select2.css"; @import (less) "../js/select2/select2-bootstrap.css"; +@import (less) "../fontello/css/kallithea.css"; /* kallithea styles */ @import "kallithea-variables.less"; diff --git a/kallithea/templates/base/root.html b/kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html +++ b/kallithea/templates/base/root.html @@ -18,7 +18,6 @@ ## CSS ### - <%block name="css_extra"/> ## JAVASCRIPT ##