Project

General

Profile

Defect #961 ยป Defect_961_Jonathan_Lahijani_proposal.patch

Patch to get rid of overflown #content div - Thomas Lecavelier, 2008-03-31 11:12

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