[extensions-web] local extensions: added line between extensions



commit b7631e8eb2787d62538ef6fdd141e96d2ef0775a
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Feb 6 12:41:12 2017 +0400

    local extensions: added line between extensions

 sweettooth/static/css/sweettooth.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index f2ef43f..2edd3ce 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -304,12 +304,14 @@ li.extension {
     list-style-type: none;
     list-style-position: inside;
     margin-left: 0px;
+}
 
+li.extension, #local_extensions div.extension {
     border-bottom: 1px solid #ccc;
     border-bottom-color: rgba(0, 0, 0, 0.2);
 }
 
-li.extension:last-child {
+li.extension:last-child, #local_extensions div.extension:last-child {
     border-bottom: 0;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]