From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 04 Sep 2015 07:57:19 -0400
Subject: [PATCH] default for mount backup_dir set to no

---
 interface/web/themes/default/assets/stylesheets/fonts.min.css |   71 -----------------------------------
 1 files changed, 1 insertions(+), 70 deletions(-)

diff --git a/interface/web/themes/default/assets/stylesheets/fonts.min.css b/interface/web/themes/default/assets/stylesheets/fonts.min.css
index b30235b..9d1c9d0 100644
--- a/interface/web/themes/default/assets/stylesheets/fonts.min.css
+++ b/interface/web/themes/default/assets/stylesheets/fonts.min.css
@@ -1,70 +1 @@
-@font-face {
-	font-family: 'ispconfig';
-	src:url('../fonts/ispconfig.eot?-drlkxz');
-	src:url('../fonts/ispconfig.eot?#iefix-drlkxz') format('embedded-opentype'),
-		url('../fonts/ispconfig.woff?-drlkxz') format('woff'),
-		url('../fonts/ispconfig.ttf?-drlkxz') format('truetype'),
-		url('../fonts/ispconfig.svg?-drlkxz#ispconfig') format('svg');
-	font-weight: normal;
-	font-style: normal;
-}
-
-.icon {
-	font-family: 'ispconfig';
-	speak: none;
-	font-style: normal;
-	font-weight: normal;
-	font-variant: normal;
-	text-transform: none;
-	line-height: 1;
-
-	/* Better Font Rendering =========== */
-	-webkit-font-smoothing: antialiased;
-	-moz-osx-font-smoothing: grayscale;
-}
-
-.icon-calendar:before {
-	content: "\e60e";
-}
-.icon-billing:before {
-	content: "\e60d";
-}
-.icon-lens:before {
-	content: "\e60b";
-}
-.icon-bulb:before {
-	content: "\e60c";
-}
-.icon-vm2:before {
-	content: "\e600";
-}
-.icon-vm:before {
-	content: "\e601";
-}
-.icon-tools:before {
-	content: "\e602";
-}
-.icon-admin:before {
-	content: "\e603";
-}
-.icon-sites:before {
-	content: "\e604";
-}
-.icon-monitor:before {
-	content: "\e605";
-}
-.icon-dashboard:before {
-	content: "\e606";
-}
-.icon-help:before {
-	content: "\e607";
-}
-.icon-mail:before {
-	content: "\e608";
-}
-.icon-dns:before {
-	content: "\e609";
-}
-.icon-client:before {
-	content: "\e60a";
-}
+@font-face{font-family:'ispconfig';src:url('../fonts/ispconfig.eot?-drlkxz');src:url('../fonts/ispconfig.eot?#iefix-drlkxz') format('embedded-opentype'),url('../fonts/ispconfig.woff?-drlkxz') format('woff'),url('../fonts/ispconfig.ttf?-drlkxz') format('truetype'),url('../fonts/ispconfig.svg?-drlkxz#ispconfig') format('svg');font-weight:normal;font-style:normal}.icon{font-family:'ispconfig';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon:before{vertical-align:middle}.icon-calendar:before{content:"\e60e"}.icon-billing:before{content:"\e60d"}.icon-lens:before{content:"\e60b"}.icon-bulb:before{content:"\e60c"}.icon-vm2:before{content:"\e600"}.icon-vm:before{content:"\e601"}.icon-tools:before{content:"\e602"}.icon-admin:before{content:"\e603"}.icon-sites:before{content:"\e604"}.icon-monitor:before{content:"\e605"}.icon-dashboard:before{content:"\e606"}.icon-help:before{content:"\e607"}.icon-mail:before{content:"\e608"}.icon-dns:before{content:"\e609"}.icon-client:before{content:"\e60a"}.icon-edit:before{content:"\e615"}.icon-filter:before{content:"\e614"}.icon-link:before{content:"\e60f"}.icon-action:before{content:"\e610"}.icon-dbadmin:before{content:"\e612"}.icon-loginas:before{content:"\e611"}.icon-delete:before{content:"\e613"}
\ No newline at end of file

--
Gitblit v1.9.1