From 5fdb941ee43686dfbcea0d636d718f77e440652d Mon Sep 17 00:00:00 2001 From: Francisco Marcelo de Araújo Lima Júnior Date: Thu, 13 Feb 2014 18:57:13 -0300 Subject: [PATCH] Update theme --- style.css | 8 ++++++++ theme.js | 2 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index ccf9707..84729b8 100644 --- a/style.css +++ b/style.css @@ -276,6 +276,7 @@ p { .action-environment_design-index .communities-block .common-profile-list-block .profile-image img { max-width: 76px; max-height: 76px; + vertical-align: middle; } .action-home-index .communities-block .common-profile-list-block span.org, @@ -290,6 +291,13 @@ p { display: inline-block; } +.action-home-index .communities-block .common-profile-list-block .profile-image .helper, +.action-environment_design-index .communities-block .common-profile-list-block .profile-image .helper { + vertical-align: middle; + height: 100%; + display: inline-block; +} + /*****************/ diff --git a/theme.js b/theme.js index 6127f5f..0c5761b 100644 --- a/theme.js +++ b/theme.js @@ -13,6 +13,8 @@ }); + $( ".profile-image" ).prepend( "" ); + })(jQuery); -- libgit2 0.21.2