]> git.mxchange.org Git - friendica.git/commitdiff
remove empty lines
authorExtarys <hypewolf@protonmail.com>
Sat, 16 Jan 2021 22:50:11 +0000 (17:50 -0500)
committerExtarys <hypewolf@protonmail.com>
Sat, 16 Jan 2021 22:50:11 +0000 (17:50 -0500)
view/theme/frio/css/style.css
view/theme/frio/scheme/dark.php

index bc79c0ee5b40c6ef95212f43cf0154338ae9dfff..d79fd665916e23264a3b1149b4a2b34a67948720 100644 (file)
@@ -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 */
index a03f139fc84ac4a101ca9ee1a78d5eaccbdd9a65..eb1d3ca7bd31ba9922f1508752e4dd303de29336 100644 (file)
@@ -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;