From 44d7ccc629711bdee63626f29cc247584e84047e Mon Sep 17 00:00:00 2001
From: Armon Dadgar
Date: Sun, 27 Jul 2014 14:35:59 -0400
Subject: [PATCH] website: fixing community page
---
website/source/community.html.erb | 9 +++++----
website/source/stylesheets/_community.less | 5 +++++
website/source/stylesheets/main.css | 4 ++++
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/website/source/community.html.erb b/website/source/community.html.erb
index 43775e978a..983f77401f 100644
--- a/website/source/community.html.erb
+++ b/website/source/community.html.erb
@@ -56,9 +56,10 @@ disappear from this list as contributors come and go.
Consul,
Serf,
Statsite, and
- Bloomd.
+ Bloomd.
+
-
+

@@ -74,7 +75,7 @@ disappear from this list as contributors come and go.
HashiCorp.
-
+
-
+
diff --git a/website/source/stylesheets/_community.less b/website/source/stylesheets/_community.less
index 1bda35761f..de945fa388 100644
--- a/website/source/stylesheets/_community.less
+++ b/website/source/stylesheets/_community.less
@@ -8,6 +8,11 @@
text-transform: none;
}
+ img {
+ width: 125px;
+ margin: auto auto;
+ }
+
.bio {
padding-left: 150px;
}
diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css
index 03e626a4b3..bb127ad3cf 100644
--- a/website/source/stylesheets/main.css
+++ b/website/source/stylesheets/main.css
@@ -1271,6 +1271,10 @@ body.page-home #footer {
.people .person h3 {
text-transform: none;
}
+.people .person img {
+ width: 125px;
+ margin: auto auto;
+}
.people .person .bio {
padding-left: 150px;
}