aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-26 15:14:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-26 15:14:26 -0300
commita78214e6b2b4711c179f31fc8804eb4f204695cf (patch)
treeb8995048966ba5567d5b6028de6ceec82ef12935 /templates
parenta690fd2a4ba5975a9e495066621cf468e8e98c43 (diff)
downloadkeyringer-a78214e6b2b4711c179f31fc8804eb4f204695cf.tar.gz
keyringer-a78214e6b2b4711c179f31fc8804eb4f204695cf.tar.bz2
Minify CSS
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index aa292c4..ed84bc9 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -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>