Update bootstrap, cleanup css, make pages more responsive

This commit is contained in:
jeanpierre
2020-07-22 22:57:44 +02:00
committed by Andreas Hocevar
parent 4eab8ecd40
commit 9616dee9f7
23 changed files with 337 additions and 515 deletions

View File

@@ -35,6 +35,23 @@ body {
.display-table {
display: table;
}
a {
color: #03899c;
text-decoration:none
}
a:hover, a:focus, footer a:hover, footer a:focus {
color: #ff7a00;
text-decoration:none
}
.btn-link {
font-weight: 400;
color: #03899c;
text-decoration: none;
}
.btn-link:hover {
color: #ff7a00;
text-decoration: none;
}
.version-form, .navbar-form {
display: table-cell;
vertical-align: middle;