diff options
-rw-r--r-- | ogcp/static/css/soleta.css | 4 | ||||
-rw-r--r-- | ogcp/templates/base.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 7009abb..730f54f 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -7,6 +7,10 @@ html, body { background-color: transparent; } +#sidebar { + padding-left: 25px; +} + .toast { margin: 10px; } diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index c98b0f9..ee32b54 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=1" /> + <link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=2" /> {% endblock %} </head> <body> |