##// END OF EJS Templates
Fixed: Firefox cuts off large diffs (#2234)....
Jean-Philippe Lang -
r2116:2aceccf28515
parent child
Show More
@@ -55,9 +55,10 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
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; }
59 59 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
60 html>body #content { height: auto; min-height: 600px; overflow: auto; }
60 html>body #content { min-height: 600px; }
61 * html body #content { height: 600px; } /* IE */
61 62
62 63 #main.nosidebar #sidebar{ display: none; }
63 64 #main.nosidebar #content{ width: auto; border-right: 0; }
General Comments 0
You need to be logged in to leave comments. Login now