assets: Ensure tabs are spaced properly
This commit is contained in:
parent
1379b4d11a
commit
a43ada586d
4 changed files with 24 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue