From 14f7a6f2bed4b8da05dbdf2ba63fdfd015832921 Mon Sep 17 00:00:00 2001 From: "mjs@apple.com" Date: Tue, 18 Dec 2007 04:39:33 +0000 Subject: [PATCH] SunSpider: Reviewed by Eric. - work around IE layout bugs * hosted/sunspider.css: WebKitSite: Reviewed by Eric. - work around IE layout bugs * perf/sunspider-0.9/sunspider.css: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28825 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- SunSpider/ChangeLog | 8 ++++++++ SunSpider/hosted/sunspider.css | 3 ++- WebKitSite/ChangeLog | 8 ++++++++ WebKitSite/perf/sunspider-0.9/sunspider.css | 3 ++- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog index 0c268cc..b2314ef 100644 --- a/SunSpider/ChangeLog +++ b/SunSpider/ChangeLog @@ -1,5 +1,13 @@ 2007-12-17 Maciej Stachowiak + Reviewed by Eric. + + - work around IE layout bugs + + * hosted/sunspider.css: + +2007-12-17 Maciej Stachowiak + Reviewed by Mark. - fix compare feature diff --git a/SunSpider/hosted/sunspider.css b/SunSpider/hosted/sunspider.css index 114ac34..7a17979 100644 --- a/SunSpider/hosted/sunspider.css +++ b/SunSpider/hosted/sunspider.css @@ -8,7 +8,8 @@ h2 { background-color: #4E8AB9; margin: -20px -20px 0px -20px; padding: 30px 20px 30px 20px; color: yellow; - border-bottom: 2px solid #360D6B } + border-bottom: 2px solid #360D6B; + zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ } dt { font-weight: bold } diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog index 2a9d023..4b08d4c 100644 --- a/WebKitSite/ChangeLog +++ b/WebKitSite/ChangeLog @@ -1,5 +1,13 @@ 2007-12-17 Maciej Stachowiak + Reviewed by Eric. + + - work around IE layout bugs + + * perf/sunspider-0.9/sunspider.css: + +2007-12-17 Maciej Stachowiak + Reviewed by Mark. - fix compare feature diff --git a/WebKitSite/perf/sunspider-0.9/sunspider.css b/WebKitSite/perf/sunspider-0.9/sunspider.css index 114ac34..7a17979 100644 --- a/WebKitSite/perf/sunspider-0.9/sunspider.css +++ b/WebKitSite/perf/sunspider-0.9/sunspider.css @@ -8,7 +8,8 @@ h2 { background-color: #4E8AB9; margin: -20px -20px 0px -20px; padding: 30px 20px 30px 20px; color: yellow; - border-bottom: 2px solid #360D6B } + border-bottom: 2px solid #360D6B; + zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ } dt { font-weight: bold } -- 1.8.3.1