From 05cd95987f1946f2bce138d339ef64511e15bde6 2008-06-08 10:10:54 From: Jean-Philippe Lang Date: 2008-06-08 10:10:54 Subject: [PATCH] Fixes tabulation with Firefox 2 on tabular forms. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1506 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f51d184..dd942c8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -229,7 +229,7 @@ height: 1%; clear:left; } -html>body .tabular p {overflow:auto;} +html>body .tabular p {overflow:hidden;} .tabular label{ font-weight: bold;