diff --git a/public/designs/themes/zen3/stylesheets/common.css b/public/designs/themes/zen3/stylesheets/common.css index 48523e6..f36522d 100644 --- a/public/designs/themes/zen3/stylesheets/common.css +++ b/public/designs/themes/zen3/stylesheets/common.css @@ -97,3 +97,7 @@ ul li { opacity: 0.7; filter: alpha(opacity=70); } + +#header { + padding: 0px; +} diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index a01671b..159cbdc 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -379,6 +379,7 @@ div.pending-tasks { #profile-header, #profile-footer { clear: both; - height: 60px; + max-height: 150px; + max-width: 100%; overflow: hidden; } -- libgit2 0.21.2