From 89cdfa53daf08177943b28d3fedb527fa08ea9d7 Mon Sep 17 00:00:00 2001 From: Extarys Date: Sat, 16 Jan 2021 17:50:11 -0500 Subject: [PATCH] remove empty lines --- view/theme/frio/css/style.css | 5 +---- view/theme/frio/scheme/dark.php | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index bc79c0ee5b..d79fd66591 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -670,12 +670,11 @@ nav.navbar .nav > li > button:focus background-color: $background_color; - /* fix bootstrap well not playing well with data-target slide animation */ + /* fix bootstrap .well class not playing well with data-target slide animation */ margin: 0; padding: 0; min-height: 0; border-radius: 0; - } #search-mobile .navbar-form { margin: 0; @@ -1482,7 +1481,6 @@ aside .panel-body { .comment-edit-preview .wall-item-container.panel-body.preview { margin-top: 4px; - } .comment-edit-preview .panel { margin-bottom: 0; @@ -3450,7 +3448,6 @@ section .profile-match-wrapper { left: 10%; z-index: -1; } - } /* Mobile display */ diff --git a/view/theme/frio/scheme/dark.php b/view/theme/frio/scheme/dark.php index a03f139fc8..eb1d3ca7bd 100644 --- a/view/theme/frio/scheme/dark.php +++ b/view/theme/frio/scheme/dark.php @@ -22,7 +22,6 @@ $nav_icon_hover_color = '#' . $accentColor->darken(20); switch ($scheme_accent) { case FRIO_SCHEME_ACCENT_GREEN: case FRIO_SCHEME_ACCENT_RED: - $nav_bg = '#' . $accentColor->darken(27); $background_color = '#' . $accentColor->darken(29); break;