initial commit

This commit is contained in:
Johannes Loher 2020-10-29 16:18:38 +01:00
commit 91694af3e9
37 changed files with 5475 additions and 0 deletions

View file

@ -0,0 +1,14 @@
nav.tabs {
height: 40px;
border-top: 2px groove #eeede0;
border-bottom: 2px groove #eeede0;
.item {
line-height: 40px;
font-weight: bold;
}
.item.active {
text-decoration: none;
}
}