diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index d11c0a77..da9d9f80 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -172,6 +172,11 @@ ul { .tintbox p { color: #6f6f6f; } +body.content { + width: 100%; + height: 100%; + overflow-x: hidden; +} /* diff --git a/umap/templates/base.html b/umap/templates/base.html index c5174b1b..560ed26c 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -22,9 +22,6 @@
- - - {% block header %} {% endblock %} diff --git a/umap/templates/umap/content.html b/umap/templates/umap/content.html index 8c31dcee..9ec4b6bf 100644 --- a/umap/templates/umap/content.html +++ b/umap/templates/umap/content.html @@ -23,11 +23,14 @@ {% block bottom_js %} {{ block.super }} {% endblock bottom_js %}