Better nav
This commit is contained in:
parent
db009fa4b6
commit
ad8e0575a7
10
styles.css
10
styles.css
@ -105,3 +105,13 @@ details {
|
||||
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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user