diff pylons_app/public/css/style.css @ 401:b1debb6c5a09

implemented gravatars to changesets, updated styling for changesets added email_or_none filter to webhelpers
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 08 Aug 2010 02:40:10 +0200
parents 7eba3d1e4227
children 757c7eef0dcd
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Sun Aug 08 02:09:32 2010 +0200
+++ b/pylons_app/public/css/style.css	Sun Aug 08 02:40:10 2010 +0200
@@ -2959,8 +2959,9 @@
 	border-bottom: 1px solid #CCCCCC;
 	border-left: 1px solid #CCCCCC;
 	border-right: 1px solid #CCCCCC;
-	min-height: 80px;
+	min-height: 90px;
 	overflow: hidden;
+	font-size:1.2em;	
 }
 
 #graph_content .container .left {
@@ -2985,6 +2986,7 @@
 
 #graph_content .container .left .message {
 	font-size: 100%;
+	padding-top: 3px;
 }
 
 .right div {