=== modified file 'styles/styles.css'
--- styles/styles.css	2010-10-08 21:13:29 +0000
+++ styles/styles.css	2010-10-08 22:07:47 +0000
@@ -1191,6 +1191,27 @@
   margin: 0;
 }
 
+/* profile listings */
+.page-profile .profile a {
+  float: none;
+  margin: 0;
+}
+
+.page-profile .name {
+  font-size: 1.15384em;  /* 1.15384 * 13 = 15px */
+  margin-bottom: 0.5em;
+}
+
+.page-profile .field {
+  float: left;
+  margin-right: 20px;
+}
+
+.page-profile .profile.clear-block {
+  border-bottom: 1px solid #E1E1DB;
+  padding-bottom: 0.5em;
+}
+
 /* link button (green button) */
 a.link-button {
   color: #FFF;

