diff --git a/styles.css b/styles.css index 0ab7986..7d4a4cf 100644 --- a/styles.css +++ b/styles.css @@ -104,4 +104,14 @@ details { margin: 4px 0; overflow-x: auto; max-width: 100%; -} \ No newline at end of file +} + +table.nav { + padding-right: 1px; + padding-bottom: 1px; +} +table.nav td { + display: inline-block; + margin-right: -1px; + margin-bottom: -1px; +} diff --git a/templates/base.html b/templates/base.html index 259be6e..0710184 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ {% block title %}{% endblock %}{% if self.title() %} | {% endif %}e-Amusement API - + @@ -21,7 +21,7 @@ - +