]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/base.mako
Remove responsive CSS. It is not needed.
[xonotic/xonstat.git] / xonstat / templates / base.mako
index b9b00f73f5a92309cddc63a5b780c512ef22f332..1491d57ed9e27e1435804f4e946902d7a47597d6 100644 (file)
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
     <![endif]-->
 
+    <link rel="shortcut icon" href="/static/favicon.ico">
+
     <%block name="css">
-    <!-- <link href="/static/css/style.min.css" rel="stylesheet"> -->
-    <link href="/static/css/style.css" rel="stylesheet">
-    <link type="images/vnd.microsoft.icon" rel="shortcut icon" href="/static/favicon.ico">
+    <link href="/static/css/bootstrap.css" rel="stylesheet">
+    <link href="/static/css/app.css" rel="stylesheet">
     </%block>
   </head>
 
@@ -40,7 +41,8 @@
       </%block>
 
       <%block name="js">
-      <script src="/static/js/jquery-1.7.1.min.js"></script>
+      <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script>
+      <script type='text/javascript' src='/static/js/bootstrap.min.js'></script>
       </%block>
 
       <!-- RELATIVE TIME CONVERSION -->