User: SimonAW Date: 2008-05-01 14:16:12+0000 Modified: de/www/styles/suppress.css de/www/styles/why.css
Log: IE6 Bugfixing #5 File Changes: Directory: /de/www/styles/ ========================== File [changed]: suppress.css Url: http://de.openoffice.org/source/browse/de/www/styles/suppress.css?r1=1.2&r2=1.3 Delta lines: +1 -0 ------------------- --- suppress.css 2008-05-01 14:03:00+0000 1.2 +++ suppress.css 2008-05-01 14:16:10+0000 1.3 @@ -1,3 +1,4 @@ + #banner, #header, #subheader, #breadcrumbs,#contextualinformation,#toptabs { display: none ! important; } File [changed]: why.css Url: http://de.openoffice.org/source/browse/de/www/styles/why.css?r1=1.7&r2=1.8 Delta lines: +9 -7 ------------------- --- why.css 2008-05-01 14:03:00+0000 1.7 +++ why.css 2008-05-01 14:16:10+0000 1.8 @@ -4,6 +4,7 @@ /* Main Styles that apply to body */ + body { font-size: 11px; @@ -18,7 +19,7 @@ position: absolute; - /* SimonAW, May 1 2008: no fix width! + /* width:350px; */ @@ -29,12 +30,12 @@ /* This is the page container built and centered using -ve margins */ #container { + width: 710px; + /* - width: 710px; /* SimonAW, May 1 2008: was 700px */ - - /* SimonAW, May 1 2008: IE6 bug? - margin-left: -350px; */ + margin-left: -350px; +*/ } @@ -342,8 +343,9 @@ vertical-align: middle; - /*width: 95px; */ - + /* + width: 95px; +*/ height: 64px; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
