diff --git a/WebHostLib/static/styles/userContent.css b/WebHostLib/static/styles/userContent.css index 84774726..5f121c94 100644 --- a/WebHostLib/static/styles/userContent.css +++ b/WebHostLib/static/styles/userContent.css @@ -44,11 +44,3 @@ #user-content table.dataTable{ width: unset; } - -table.dataTable thead th{ - padding: 0 20px 0 0; -} - -table.dataTable tbody td{ - padding: 6px 20px 0 0; -} diff --git a/WebHostLib/templates/userContent.html b/WebHostLib/templates/userContent.html index 3e34c0e3..c20d39f4 100644 --- a/WebHostLib/templates/userContent.html +++ b/WebHostLib/templates/userContent.html @@ -4,12 +4,13 @@ {{ super() }} User Content + {% endblock %} {% block body %} {% include 'header/oceanHeader.html' %} -
+

User Content

Below is a list of all the content you have generated on this site. Rooms and seeds are listed separately. @@ -68,5 +69,4 @@ {% endif %}
- {% include 'islandFooter.html' %} {% endblock %}