]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/base.html
Organising CSS & JS
[panikweb.git] / panikweb_templates / templates / base.html
index 1d0657e83b6eb55926508831485b2d67bc29d685..c598cfcc35c2d96e9f1180d164dc6cb90723e2fd 100644 (file)
@@ -7,12 +7,13 @@
     <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.js"></script>
     <script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
     <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>
+    <script type="text/javascript" src="{{ STATIC_URL }}js/specifics.js"></script>
 
     <link rel="stylesheet" href="{{ STATIC_URL }}css/reset.css" type="text/css" />
     <link rel="stylesheet" href="{{ STATIC_URL }}css/type.css" type="text/css" />
 
-    <link rel="stylesheet" href="{{ STATIC_URL }}css/tags.css" type="text/css" />
-    <link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" type="text/css" />
+    <link rel="stylesheet" href="{{ STATIC_URL }}css/general.css" type="text/css" />
+    <link rel="stylesheet" href="{{ STATIC_URL }}css/specifics.css" type="text/css" />
     <!--<script src="{{ STATIC_URL }}js/less-1.4.1.js" type="text/javascript"></script>
 
     <link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" />-->