]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Remove responsive CSS. It is not needed.
authorAnt Zucaro <azucaro@gmail.com>
Mon, 25 Mar 2013 00:03:35 +0000 (20:03 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Mon, 25 Mar 2013 00:03:35 +0000 (20:03 -0400)
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>