From: Tom Hughes Date: Sun, 26 Nov 2023 18:57:16 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4367' X-Git-Tag: live~1719 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8c8aa1042882cea1e820d91c308dadde6a072c96?hp=bf65abf2683aebe51e67c99321d3e62342fc6997 Merge remote-tracking branch 'upstream/pull/4367' --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a4b126b94..c3a31d834 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -225,26 +225,6 @@ body.small-nav { margin-right: 0; padding: 0; - ul, li { - border: none; - border-radius: 0; - width: 100%; - } - - ul { - border-top: 1px solid #eee; - li { - border-bottom: 1px solid #eee; - border-right: none; - > a { - border-radius: 0; - width: 100%; - text-align: center; - font-size: 15px; - } - } - } - .btn-group { width: 100%; padding: 10px;