Better nav

This commit is contained in:
Bottersnike 2021-12-29 01:35:44 +00:00
parent db009fa4b6
commit ad8e0575a7
2 changed files with 13 additions and 3 deletions

View File

@ -104,4 +104,14 @@ details {
margin: 4px 0;
overflow-x: auto;
max-width: 100%;
}
}
table.nav {
padding-right: 1px;
padding-bottom: 1px;
}
table.nav td {
display: inline-block;
margin-right: -1px;
margin-bottom: -1px;
}

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock %}{% if self.title() %} | {% endif %}e-Amusement API</title>
<link rel="stylesheet" href="{{ROOT}}/styles.css?ver=2">
<link rel="stylesheet" href="{{ROOT}}/styles.css?ver=3">
<link rel="stylesheet" href="{{ROOT}}/tango.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LG6C6HT317"></script>
@ -21,7 +21,7 @@
</head>
<body>
<table>
<table class="nav">
<tr>
<td><a href="{{ROOT}}/">Contents</a></td>
<td><a href="{{ROOT}}/transport.html">Transport layer</a></td>