From 8e43000bfe0846c2dc9e06baeef2977fcb9f5084 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Sun, 1 Mar 2015 00:44:13 +0100
Subject: .min.css -> .css

---
 pyload/webui/themes/Dark/tml/base.html        | 4 ++--
 pyload/webui/themes/Dark/tml/logs.html        | 2 +-
 pyload/webui/themes/Dark/tml/pathchooser.html | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'pyload/webui/themes/Dark/tml')

diff --git a/pyload/webui/themes/Dark/tml/base.html b/pyload/webui/themes/Dark/tml/base.html
index c17e85a4a..cc2c93db9 100644
--- a/pyload/webui/themes/Dark/tml/base.html
+++ b/pyload/webui/themes/Dark/tml/base.html
@@ -5,8 +5,8 @@
 <head>
 
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<link rel="stylesheet" type="text/css" href="/css/base.min.css"/>
-<link rel="stylesheet" type="text/css" href="/css/window.min.css"/>
+<link rel="stylesheet" type="text/css" href="/css/base.css"/>
+<link rel="stylesheet" type="text/css" href="/css/window.css"/>
 <link rel="stylesheet" type="text/css" href="/css/MooDialog.css"/>
 
 <script type="text/javascript" src="/lib/MooTools/MooTools-Core.js"></script>
diff --git a/pyload/webui/themes/Dark/tml/logs.html b/pyload/webui/themes/Dark/tml/logs.html
index 3b5d9d04a..2ea2f3e1f 100644
--- a/pyload/webui/themes/Dark/tml/logs.html
+++ b/pyload/webui/themes/Dark/tml/logs.html
@@ -3,7 +3,7 @@
 {% block title %}{{_("Logs")}} - {{super()}} {% endblock %}
 {% block subtitle %}{{_("Logs")}}{% endblock %}
 {% block head %}
-<link rel="stylesheet" type="text/css" href="/css/log.min.css"/>
+<link rel="stylesheet" type="text/css" href="/css/log.css"/>
 {% endblock %}
 
 {% block content %}
diff --git a/pyload/webui/themes/Dark/tml/pathchooser.html b/pyload/webui/themes/Dark/tml/pathchooser.html
index 085da56fd..787292737 100644
--- a/pyload/webui/themes/Dark/tml/pathchooser.html
+++ b/pyload/webui/themes/Dark/tml/pathchooser.html
@@ -25,7 +25,7 @@
 
         }
   </script>
-  <link rel="stylesheet" type="text/css" href="/css/pathchooser.min.css"/>
+  <link rel="stylesheet" type="text/css" href="/css/pathchooser.css"/>
 </head>
 <body{% if type == 'file' %}{% if not oldfile %} onload="setInvalid();"{% endif %}{% endif %}>
 <center>
-- 
cgit v1.2.3