[polari] ui: Remove bottom border on user-list



commit c8279a5494a8018d59811768c23dcb5c3445353d
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Sep 6 17:12:23 2013 +0200

    ui: Remove bottom border on user-list
    
    There is already a border above the entry area, so remove the
    bottom border on the sidebar to not end up with double borders.

 data/resources/application.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index eb76b9e..f0e7150 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -17,7 +17,7 @@
 
 .polari-sidebar.polari-user-list:dir(ltr),
 .polari-sidebar.polari-room-list:dir(rtl) {
-    border-width: 0 0 1px 1px;
+    border-width: 0 0 0 1px;
 }
 
 .polari-selection-toolbar,


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