Merge branch 'master' into newnames
[myslice.git] / portal / templates / resource.html
index 6346667..5b59f73 100644 (file)
@@ -6,8 +6,15 @@
 
 {% block unfold_main %}
 
+<div align="center">
 <h1>Resource</h1>
+<div style="width:80%;">
 {{resource}}
+</div>
+<div style="width:80%;">
 {{resource_as_map}}
+</div>
+<div style="width:80%;">
 {{resource_stats}}
+</div>
 {% endblock %}