]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Minify CSS
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Jul 2015 18:14:26 +0000 (15:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Jul 2015 18:14:26 +0000 (15:14 -0300)
templates/page.tmpl

index aa292c40df0f6d89383788cbc6c59a9983e2cb2d..ed84bc9b23a657b5b955cbd4bcf4c99382310b5c 100644 (file)
@@ -16,7 +16,7 @@
 <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap.min.css" type="text/css" />
-<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.css" />
+<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.min.css" />
 <TMPL_IF LOCAL_CSS>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" />
 <TMPL_ELSE>