Changeset - f5f796c77337
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-24 21:41:07
dominikruf@gmail.com
Grafted from: d61d1f1fcb22
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.
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/main.less
Show inline comments
 
@@ -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 */
kallithea/templates/base/root.html
Show inline comments
 
@@ -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"/>
 

	
0 comments (0 inline, 0 general)