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
 
@@ -10,12 +10,13 @@
 

	
 
/* 3rd party styles */
 
@import "node_modules/bootstrap/less/bootstrap.less";
 
@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 */
 
@import "kallithea-variables.less";
 
@import "kallithea-labels.less";
 
@import "yui-ac.less";
kallithea/templates/base/root.html
Show inline comments
 
@@ -14,13 +14,12 @@
 
        <link rel="manifest" href="${h.url('/images/manifest.json')}">
 
        <link rel="mask-icon" href="${h.url('/images/safari-pinned-tab.svg')}" color="#b1d579">
 
        <meta name="msapplication-config" content="${h.url('/images/browserconfig.xml')}">
 
        <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"/>
 

	
 
        ## JAVASCRIPT ##
 
        <script type="text/javascript">
 
            ## JS translations map
0 comments (0 inline, 0 general)