comparison 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
comparison
equal deleted inserted replaced
400:7eba3d1e4227 401:b1debb6c5a09
2957 2957
2958 #graph_content .container { 2958 #graph_content .container {
2959 border-bottom: 1px solid #CCCCCC; 2959 border-bottom: 1px solid #CCCCCC;
2960 border-left: 1px solid #CCCCCC; 2960 border-left: 1px solid #CCCCCC;
2961 border-right: 1px solid #CCCCCC; 2961 border-right: 1px solid #CCCCCC;
2962 min-height: 80px; 2962 min-height: 90px;
2963 overflow: hidden; 2963 overflow: hidden;
2964 font-size:1.2em;
2964 } 2965 }
2965 2966
2966 #graph_content .container .left { 2967 #graph_content .container .left {
2967 float: left; 2968 float: left;
2968 width: 70%; 2969 width: 70%;
2983 2984
2984 } 2985 }
2985 2986
2986 #graph_content .container .left .message { 2987 #graph_content .container .left .message {
2987 font-size: 100%; 2988 font-size: 100%;
2989 padding-top: 3px;
2988 } 2990 }
2989 2991
2990 .right div { 2992 .right div {
2991 clear: both; 2993 clear: both;
2992 } 2994 }