From 988446c307db7bb0ba4d9a7f7d73c88bdcb124c0 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 15 Jul 2020 10:35:19 +0200 Subject: [PATCH] Remove dead CSS code - nothing has the user_map class --- app/assets/stylesheets/common.scss | 7 ------- app/assets/stylesheets/small.scss | 7 ------- 2 files changed, 14 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index e3b79c591..6e112691c 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1511,13 +1511,6 @@ tr.turn:hover { /* Rules for the account settings page */ -#accountForm .user_map { - position: relative; - width: 500px; - height: 400px; - border: 1px solid $grey; -} - #accountForm .user_image { margin-bottom: 0; } diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 701d10465..a67f7a536 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -121,13 +121,6 @@ body.small { padding: 2px; } - /* Rules for the user view */ - - .user_map { - width: 100% !important; - height: 300px !important; - } - &.site-about #content .attr h1 { font-size: 28px; } -- 2.39.5