# HG changeset patch # User domruf # Date 2017-10-24 21:41:07 # Node ID f5f796c77337cb6b97415112361a8a7bcc32a1c6 # Parent 476daae2a94cab7aba0f23ab16456208a7d16cea less: include pygments.css in main.less For now, keep the old css location even though it now is a source file and shouldn't be in public. 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) "../css/pygments.css"; @import (less) "../fontello/css/kallithea.css"; /* kallithea styles */ 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 @@ -17,7 +17,6 @@ ## CSS ### - <%block name="css_extra"/>