[gitg] diff: improve a bit more the style of the header.



commit e04add5e840968c72882d12ba61c847b4ab59315
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Mar 14 18:13:15 2013 +0100

    diff: improve a bit more the style of the header.
    
    Background is not white and the avatar is near the name

 libgitg-gtk/resources/diff-view.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgitg-gtk/resources/diff-view.css b/libgitg-gtk/resources/diff-view.css
index be32a25..031089e 100644
--- a/libgitg-gtk/resources/diff-view.css
+++ b/libgitg-gtk/resources/diff-view.css
@@ -22,14 +22,15 @@ div#diff div.file table {
 }
 
 img.avatar {
-  float: right;
+  float: left;
+  padding-right: 10px;
   border-radius: 10px 10px 10px 10px;
 }
 
 div.commit {
   padding: 10px;
   font-family: sans-serif;
-  background: #e6f1f6;
+  background: white;
 }
 
 div.commit table {


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