changeset 7243:f5f796c77337

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.
author domruf <dominikruf@gmail.com>
date Tue, 24 Oct 2017 21:41:07 +0200
parents 476daae2a94c
children 8152f9e6a778
files kallithea/public/less/main.less kallithea/templates/base/root.html
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/main.less	Sun Apr 15 22:41:02 2018 +0200
+++ b/kallithea/public/less/main.less	Tue Oct 24 21:41:07 2017 +0200
@@ -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 */
--- a/kallithea/templates/base/root.html	Sun Apr 15 22:41:02 2018 +0200
+++ b/kallithea/templates/base/root.html	Tue Oct 24 21:41:07 2017 +0200
@@ -17,7 +17,6 @@
         <meta name="theme-color" content="#ffffff">
 
         ## CSS ###
-        <link rel="stylesheet" type="text/css" href="${h.url('/css/pygments.css', ver=c.kallithea_version)}"/>
         <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css', ver=c.kallithea_version)}" media="screen"/>
         <%block name="css_extra"/>