Project

General

Profile

Defect #2449 » content-overflow_auto-correction-r2245.diff

Patch against r2245 - Mischa The Evil, 2009-01-06 21:49

View differences:

public/stylesheets/application.css (working copy)
55 55
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
56 56
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
57 57

  
58
#content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
58
#content { width: 80%; background-color: #fff; margin: 0px; overflow:auto; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
59 59
* html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
60 60
html>body #content { min-height: 600px; } 
61 61
* html body #content { height: 600px; } /* IE */
(2-2/2)