[extensions-web] sweettooth.css: move import to template.



commit db45a481d641448841af0b4a6ad9602d24fc0a87
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Mar 26 02:01:01 2017 +0400

    sweettooth.css: move import to template.
    
    Otherwise we should touch style.css to change it's hash so clients will
    refetch new version.

 sweettooth/static/css/style.css |    1 -
 sweettooth/templates/base.html  |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/style.css b/sweettooth/static/css/style.css
index ab2307b..85ecdda 100644
--- a/sweettooth/static/css/style.css
+++ b/sweettooth/static/css/style.css
@@ -7,7 +7,6 @@ Version: 20160212
 */
 
 @import url("text.css");
-@import url("sweettooth.css");
 
 
 /* Base information */
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index f659d98..92cd872 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -8,6 +8,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <link rel="chrome-webstore-item" 
href="https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep";>
     <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" />
+    <link rel="stylesheet" href="{% static 'css/sweettooth.css' %}" />
     <link rel="stylesheet" href="{% static 'css/style.css' %}" />
     <link rel="shortcut icon" href="{% static 'images/favicon.png' %}" />
     <link rel="alternate" type="application/rss+xml"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]