# HG changeset patch # User domruf # Date 1515100977 -3600 # Node ID 3afbca98785702ac3ea426606c6ba8137a0c901c # Parent 8de1837484e6c13014bee9390357aa8bfc7443f0 less: include fontello style in main.less and remove it from root.html diff -r 8de1837484e6 -r 3afbca987857 kallithea/public/less/main.less --- a/kallithea/public/less/main.less Sat Oct 28 20:22:54 2017 +0200 +++ b/kallithea/public/less/main.less Thu Jan 04 22:22:57 2018 +0100 @@ -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 -r 8de1837484e6 -r 3afbca987857 kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html Sat Oct 28 20:22:54 2017 +0200 +++ b/kallithea/templates/base/root.html Thu Jan 04 22:22:57 2018 +0100 @@ -18,7 +18,6 @@ ## CSS ### - <%block name="css_extra"/> ## JAVASCRIPT ##