1
0
This commit is contained in:
2018-01-21 19:35:49 +01:00
parent f373b208f6
commit bd578ea677
8 changed files with 87 additions and 17 deletions

View File

@@ -130,6 +130,7 @@ body {
padding: 0;
height: 42px; }
#headerdiv .logowrapper .logo {
min-width: 197.5px;
height: 30px;
margin: 4px 0 8px 6px;
flex: initial; }
@@ -166,6 +167,14 @@ body {
#headerdiv .tabrow .tab_github:hover {
background-color: #c9510c;
color: black; }
#headerdiv .tabrow .tab_logout {
background-color: #A00;
border-left: 1px solid #111;
border-right: none;
color: black; }
#headerdiv .tabrow .tab_logout:hover {
background-color: #c9510c;
color: black; }
@media (max-width: 850px) {
#headerdiv {