Skip to content

Commit

Permalink
[Fixes: #6640] Style Tag outside of html (#6657)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Nov 20, 2020
1 parent 745c667 commit b1b3a94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
8 changes: 1 addition & 7 deletions geonode/layers/templates/layers/layer_list_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
{% block title %} {% trans "Explore Layers" %} - {{ block.super }} {% endblock %}

{% block body_class %}{% trans "layers explore" %}{% endblock %}
{% block extra_head %}
<style>
#paneltbar {
margin-top: 90px !important;
}
</style>
{% endblock %}

{% block body %}
<div class="page-header">
{% if not READ_ONLY_MODE %}
Expand Down
7 changes: 0 additions & 7 deletions geonode/maps/templates/maps/map_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,5 @@
{% load client_lib_tags %}

{% block head %}

<style>
#paneltbar {
margin-top: 90px !important;
}
</style>

{% get_map_list %}
{% endblock %}

0 comments on commit b1b3a94

Please sign in to comment.