Fix padding on page views: the container class interacts oddly now with the new bootstrap

This commit is contained in:
Joseph Schorr 2015-02-18 14:37:59 -05:00
parent f7615b2e96
commit 9d91226cff
28 changed files with 50 additions and 41 deletions

View file

@ -1,5 +1,5 @@
<div class="resource-view" resource="memberResource" error-message="'Member not found'">
<div class="org-member-logs container">
<div class="org-member-logs cor-container">
<div class="organization-header" organization="organization" clickable="true"></div>
<div class="logs-view" organization="organization" performer="memberInfo"
makevisible="organization && memberInfo && ready"></div>