Skip to content

Commit df9c329

Browse files
committed
Added Zend to community sponsors. Specified height and width for community sponsor images.
1 parent 3bb308d commit df9c329

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,8 @@ div.communitySponsor {
354354

355355
div.communitySponsor img {
356356
vertical-align: middle;
357+
width: 48px;
358+
height: 48px;
357359
}
358360

359361
div.communitySponsor > a {

resources/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Community Sponsors</h2>
8787

8888
// array of community_sponsors member Twitter handles
8989
$community_sponsors = array('croscon', 'cakephp', 'wonderproxy',
90-
'lisamusing','thezippykid', 'companyfiftytwo','binarypress');
90+
'lisamusing','thezippykid', 'companyfiftytwo','binarypress','zend');
9191

9292
// array of Twitter data for each community_sponsors member
9393
$data['community_sponsors'] = array();

0 commit comments

Comments
 (0)