assets: Ensure tabs are spaced properly

This commit is contained in:
Tom Wiesing 2023-11-10 18:28:51 +01:00
parent 1379b4d11a
commit a43ada586d
No known key found for this signature in database
4 changed files with 24 additions and 19 deletions

View file

@ -8,12 +8,13 @@ footer {
margin: 2em;
}
div.tabs-menu {
nav.tabs-menu {
float: left;
min-width: 10em;
margin: 5px;
}
nav.pure-menu, nav.breadcrumbs {
nav.top-menu, nav.breadcrumbs {
padding-top: 1em;
padding-bottom: 1em;
border-bottom: 1px solid black;
@ -78,6 +79,10 @@ time {
padding: .5em .5em;
}
div.spacer {
clear: both;
}
.overflow table td:not(:last-child),
.overflow table th:not(:last-child) {
width: 1px;