diff options
| author | Jerry Russell <windblown@users.sourceforge.net> | 2006-04-23 00:29:00 +0000 |
|---|---|---|
| committer | Jerry Russell <windblown@users.sourceforge.net> | 2006-04-23 00:29:00 +0000 |
| commit | aca9cc4c2e6f53b9ced239838c0e460769ace6b5 (patch) | |
| tree | 5f994046b3f45af6eb67e874c862f25646dbec78 /style | |
| parent | 9ba143a45f146e90d074dfd200b738deac4f4bd1 (diff) | |
| download | install-aca9cc4c2e6f53b9ced239838c0e460769ace6b5.tar.gz install-aca9cc4c2e6f53b9ced239838c0e460769ace6b5.tar.bz2 install-aca9cc4c2e6f53b9ced239838c0e460769ace6b5.zip | |
fixed long pathnames destroying installer layout
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/install.css b/style/install.css index 8b3969f..a2cae25 100644 --- a/style/install.css +++ b/style/install.css @@ -40,7 +40,7 @@ fieldset {padding:10px; margin:10px; border:0; border-top:3px solid #f60;} legend {padding:2px 7px; background:#fff; font-weight:bold;} textarea {width:100%;} -.row {clear:both; padding:5px 0 0 0;} +.row {erflow:auto; ovclear:both; padding:5px 0 0 0;} .formlabel {float:left; width:24%; text-align:right; padding:2px 1% 2px 0; border:1px solid #ccc; background:#eee;} .formfeedback {} .formfeedback div {display:block; padding:4px; border-bottom:1px dotted #aaa;} |
