changed elevator button

This commit is contained in:
Timm 2015-04-22 23:26:06 +02:00
parent b83cfe7f1d
commit 0088fcdd92
1 changed files with 8 additions and 1 deletions

View File

@ -166,4 +166,11 @@ rect.bordered {
float:left; float:left;
margin-right: 5px; margin-right: 5px;
} }
} }
.elevator-button {
text-align: center;
margin: auto;
cursor: pointer;
color: $nav-link-color;
}