diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 7d30b85..5aa82be 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -5362,7 +5362,7 @@ h1#agenda-title { #profile-activity .profile-activity-image, #profile-network .profile-network-image, #profile-wall .profile-wall-image { float: left; - height: 80px; + height: 60px; margin: 0; padding: 0; border: 1px solid transparent; @@ -5371,7 +5371,7 @@ h1#agenda-title { #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description { float: left; - min-height: 80px; + min-height: 60px; margin: 0; padding: 0; border: 1px solid #ccc; @@ -5406,7 +5406,6 @@ h1#agenda-title { #profile-activity .profile-activity-text, #profile-network .profile-network-text, #profile-wall .profile-wall-text { font-size: 13px; margin: 5px; - padding-top: 15px; } #profile-wall .profile-wall-text { @@ -5416,7 +5415,7 @@ h1#agenda-title { #profile-activity .profile-activity-time, #profile-network .profile-network-time, #profile-wall .profile-wall-time { font-size: 11px; margin: 5px; - color: #333; + color: #babdb6; } #profile-activity hr, #profile-network hr, #profile-wall hr { -- libgit2 0.21.2