From 0e397305bb156d27ad3e6d2a8d76d007855153fc Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 30 Jul 2008 20:54:11 +0000 Subject: [PATCH] ActionItem296: limiting the maximum height to 60 pixels --- public/stylesheets/common.css | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index a0f8200..a01671b 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -379,4 +379,6 @@ div.pending-tasks { #profile-header, #profile-footer { clear: both; + height: 60px; + overflow: hidden; } -- libgit2 0.21.2