diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 092711b..cfc5846 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -7,6 +7,9 @@ uses + + uses + diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index 705c6f2..c881b3e 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -9,14 +9,14 @@ .share-updates-table .share-updates-photo-cell { width: 60px; - text-align: center; + text-align: right; vertical-align: top; } .share-updates-member-photo { - margin-left: 6px; - width: 39px; - height: 39px; + padding: 2px; + width: 36px; + height: 36px; border-radius: 4px; }