From 0088fcdd92dbda9fb3a78a391f0e5604875e4f2b Mon Sep 17 00:00:00 2001 From: Timm Date: Wed, 22 Apr 2015 23:26:06 +0200 Subject: [PATCH] changed elevator button --- _sass/_chaospott.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index 6c3ab5f..ad1ee91 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -166,4 +166,11 @@ rect.bordered { float:left; margin-right: 5px; } -} \ No newline at end of file +} + +.elevator-button { + text-align: center; + margin: auto; + cursor: pointer; + color: $nav-link-color; +}