diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-08 10:10:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-08 10:10:54 +0000 |
commit | 05cd95987f1946f2bce138d339ef64511e15bde6 (patch) | |
tree | 75549dafb8d6303fcf9662b7ba38ab94b12186a0 /public | |
parent | 2e8b2d5e1312365afc60d2456ab1f67a336d77f3 (diff) | |
download | redmine-05cd95987f1946f2bce138d339ef64511e15bde6.tar.gz redmine-05cd95987f1946f2bce138d339ef64511e15bde6.zip |
Fixes tabulation with Firefox 2 on tabular forms.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1506 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f51d1841c..dd942c819 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; |