]> 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 280db96ba3db052e61dffef5da52da74972e47bd..1491d57ed9e27e1435804f4e946902d7a47597d6 100644 (file)
@@ -14,8 +14,7 @@
     <link rel="shortcut icon" href="/static/favicon.ico">
 
     <%block name="css">
-    <link href="/static/css/bootstrap.min.css" rel="stylesheet">
-    <link href="/static/css/bootstrap-responsive.min.css" rel="stylesheet">
+    <link href="/static/css/bootstrap.css" rel="stylesheet">
     <link href="/static/css/app.css" rel="stylesheet">
     </%block>
   </head>