[gnome-chat] theme: Normalize indentation



commit 935739513a1cc3a8ed078ac6fdfef597adef6b0c
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Thu Jul 17 19:04:09 2014 +0200

    theme: Normalize indentation

 src/chat.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/chat.css b/src/chat.css
index f95a10a..840f1f1 100644
--- a/src/chat.css
+++ b/src/chat.css
@@ -16,19 +16,19 @@
 }
 
 .chat-left-header-bar:dir(ltr) {
- border-right-width: 1px;
+       border-right-width: 1px;
 }
 
 .chat-left-header-bar:dir(rtl) {
- border-left-width: 1px;
+       border-left-width: 1px;
 }
 
 .chat-left-header-bar:dir(ltr),
 .chat-right-header-bar:dir(rtl) {
-  border-top-right-radius: 0;
+       border-top-right-radius: 0;
 }
 
 .chat-right-header-bar:dir(ltr),
 .chat-left-header-bar:dir(rtl) {
-  border-top-left-radius: 0;
+       border-top-left-radius: 0;
 }


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