From 08ace05ac750ce54810648ea202dd8c5f7d97904 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Wed, 25 Feb 2015 13:56:32 +0100 Subject: [PATCH] Remove animations.css from StyleSheet loading lessFiles refs #7968 --- library/Icinga/Web/StyleSheet.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Icinga/Web/StyleSheet.php b/library/Icinga/Web/StyleSheet.php index b1bbba231..3f1e2b2a7 100644 --- a/library/Icinga/Web/StyleSheet.php +++ b/library/Icinga/Web/StyleSheet.php @@ -10,7 +10,6 @@ use Icinga\Web\LessCompiler; class StyleSheet { protected static $lessFiles = array( - '../application/fonts/fontello-ifont/css/animation.css', '../application/fonts/fontello-ifont/css/ifont-embedded.css', 'css/vendor/tipsy.css', 'css/icinga/defaults.less',