Fix: formatting

This commit is contained in:
Jürgen Mang 2018-08-10 09:55:55 +02:00 committed by GitHub
parent 19cc6bd053
commit 15afb2a70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 65 additions and 70 deletions

View File

@ -2,8 +2,16 @@ html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
padding-top: 50px;
padding-bottom: 50px;
background-color: #888;
}
main {
padding-top: 20px;
}
footer {
@ -11,12 +19,6 @@ footer {
bottom: 0;
}
body {
padding-top: 50px;
padding-bottom: 50px;
background-color:#888;
}
button {
overflow: hidden;
}
@ -120,21 +122,14 @@ button {
font-size: 16px;
}
main {
padding-top:20px;
}
.color-darkgrey {
color:#6c757d;
}
.color-darkgrey:hover {
.color-darkgrey, .color-darkgrey:hover {
color:#6c757d !important;
}
#btn-outputs-block > button {
margin-bottom:10px;
}
#btn-outputs-block > button:last-child {
margin-bottom:0px;
}