auto-format all files; add table-definitions to test-bootstrap file

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 12:24:07 +01:00
parent 1ff784198c
commit 97b5439c0d
209 changed files with 6840 additions and 4534 deletions

View File

@@ -1,34 +1,41 @@
.content, nav {
background-color: #11171c;
}
nav div:first-child {
display:inherit;
display: inherit;
}
nav a {
color: #424a51;
}
nav a:hover {
color: #fff;
}
nav .active {
color: #fff;
}
.menuelement {
border: none;
color: #424a51;
margin: 15px 0 25px 10px;
padding: 0;
}
.menuelement h4 {
background: none;
color: #088ecc;
font-weight: 900;
text-transform: uppercase;
}
.menuelement h4 a {
color: #088ecc;
}
.topheader {
background:#f0f2f4;
}
background: #f0f2f4;
}