filenames

use kebab-case for file names
remove camelCase and snake_case
This commit is contained in:
Milan
2019-10-17 20:22:10 +02:00
parent c93b394307
commit 9792336ac8
87 changed files with 74 additions and 78 deletions

View File

@@ -0,0 +1,38 @@
img {
margin-right: 1em;
margin-bottom: 1em;
vertical-align: middle
}
#content div.panel {
padding: 1em;
}
h2 {
line-height: 1.5em;
}
.thin {
font-weight: 100;
}
th {
text-align: center;
}
#progressBar {
width: 100%;
height: 1rem;
border: 0;
box-shadow: #888 2px 2px 1px 1px;
}
#content div.ok,
#content div.warn,
#content div.error {
padding-top: 3px;
padding-bottom: 3px;
margin: 1px;
border-radius: 4px;
text-align: center;
}