comparison pylons_app/public/css/style.css @ 400:7eba3d1e4227

webhelpers import bugfix for gravatar +some css fixes, and added gravatar for summary.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 08 Aug 2010 02:09:32 +0200
parents 8c50b164fb58
children b1debb6c5a09
comparison
equal deleted inserted replaced
399:f5c1eec9f376 400:7eba3d1e4227
3444 } 3444 }
3445 3445
3446 /* ----------------------------------------------------------- 3446 /* -----------------------------------------------------------
3447 GRAVATARS 3447 GRAVATARS
3448 ----------------------------------------------------------- */ 3448 ----------------------------------------------------------- */
3449 .gravatar_box img{ 3449 div.gravatar{
3450 float:left; 3450 background-color:white;
3451 padding-right: 5px; 3451 border:1px solid #D0D0D0;
3452 padding-top:3px; 3452 float:left;
3453 } 3453 margin-right:0.7em;
3454 3454 padding: 2px 2px 0px;
3455 }
3455 3456
3456 /* ----------------------------------------------------------- 3457 /* -----------------------------------------------------------
3457 jquery ui 3458 jquery ui
3458 ----------------------------------------------------------- */ 3459 ----------------------------------------------------------- */
3459 3460