diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-07-22 16:56:07 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-07-25 09:48:00 +0200 |
commit | 594d655d6b13edfd1885d555ecda1a6f912db501 (patch) | |
tree | ada4517a6a723a126e86a07e6c3e96b2b087097a /ogcp/templates/base.html | |
parent | c1d08df31d5135fe43c26ea32b5998ad30645162 (diff) |
css: add fixed font to disclosure widget
Prevent inconsistent visuals in different browser configurations.
Make the disclosure widget always look the same.
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r-- | ogcp/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index da24bfe..ead7642 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -10,7 +10,7 @@ <link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}"> <!-- Theme style --> <link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}"> - <link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=5" /> + <link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=6" /> {% endblock %} </head> <body> |