[damned-lies/bootstrap-5: 40/42] fix: reorder css imports for rtl
- From: Guillaume Bernard <gbernard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/bootstrap-5: 40/42] fix: reorder css imports for rtl
- Date: Thu, 6 Oct 2022 07:58:32 +0000 (UTC)
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]