aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-12-08 19:06:43 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-12-08 19:06:43 +0100
commit9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e (patch)
treee544dba6aceccdc9cab915a57099a4302d25410c /view/php
parent2dfd65f90b23e92da692311f2c5b7c6503e0ce25 (diff)
downloadvolse-hubzilla-9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e.tar.gz
volse-hubzilla-9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e.tar.bz2
volse-hubzilla-9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e.zip
Minified bootstrap css
Diffstat (limited to 'view/php')
-rw-r--r--view/php/theme_init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index e2c536812..ffbc02e48 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -3,7 +3,7 @@
require_once('include/plugin.php');
head_add_css('library/bootstrap/css/bootstrap-theme.min.css');
-head_add_css('library/bootstrap/css/bootstrap.css');
+head_add_css('library/bootstrap/css/bootstrap.min.css');
head_add_css('library/fancybox/jquery.fancybox-1.3.4.css');
head_add_css('library/tiptip/tipTip.css');
head_add_css('library/jgrowl/jquery.jgrowl.css');