[damned-lies/bootstrap-5: 40/42] fix: reorder css imports for rtl




commit af68264c27eff9c6db7fdc8e6406c74b0e468b7c
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Wed Oct 5 20:28:18 2022 +0200

    fix: reorder css imports for rtl

 templates/base.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index 073bc326..2ffa3ad6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -14,14 +14,13 @@
     </title>
 
     <link rel="icon" type="image/png" href="{% static 'img/favicon.ico' %}">
-
-    <link rel="stylesheet" type="text/css" href="{% static 'deneb/deneb.5.2.min.css' %}">
-    <link rel="stylesheet" type="text/css" href="{% static 'css/template.css' %}">
-    <link rel="stylesheet" type="text/css" href="{% static 'css/gnome.css' %}">
     {% if LANGUAGE_BIDI %}
         <link rel="stylesheet" type="text/css" href="{% static 'deneb/deneb.rtl.5.2.min.css' %}">
         <link rel="stylesheet" href="{% static 'css/rtl.css' %}">
     {% endif %}
+    <link rel="stylesheet" type="text/css" href="{% static 'deneb/deneb.5.2.min.css' %}">
+    <link rel="stylesheet" type="text/css" href="{% static 'css/template.css' %}">
+    <link rel="stylesheet" type="text/css" href="{% static 'css/gnome.css' %}">
 
     <script src="{% static 'deneb/deneb.5.2.min.js' %}"></script>
     <script src="{% static 'js/jquery.min.js' %}"></script>


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