summaryrefslogtreecommitdiffstats
path: root/SunSpider/hosted/sunspider.css
diff options
context:
space:
mode:
authorCary Clark <>2009-03-24 21:14:25 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-24 21:14:25 -0700
commit5ec837f49e9c57d4394ce64b853fd86269c8b340 (patch)
treede89879b3a2cb0d713abc3c1fac766cb17706245 /SunSpider/hosted/sunspider.css
parent02ba42cb469e2f0e26216fe434dbb912cf48d248 (diff)
downloadexternal_webkit-5ec837f49e9c57d4394ce64b853fd86269c8b340.zip
external_webkit-5ec837f49e9c57d4394ce64b853fd86269c8b340.tar.gz
external_webkit-5ec837f49e9c57d4394ce64b853fd86269c8b340.tar.bz2
Automated import from //branches/master/...@141953,141953
Diffstat (limited to 'SunSpider/hosted/sunspider.css')
-rw-r--r--SunSpider/hosted/sunspider.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/SunSpider/hosted/sunspider.css b/SunSpider/hosted/sunspider.css
deleted file mode 100644
index 7a17979..0000000
--- a/SunSpider/hosted/sunspider.css
+++ /dev/null
@@ -1,31 +0,0 @@
-
-body { font-family: sans-serif;
- margin: 20px;
- background-color: #D9D5A1;
- color: #1B0636 }
-
-h2 { background-color: #4E8AB9;
- margin: -20px -20px 0px -20px;
- padding: 30px 20px 30px 20px;
- color: yellow;
- border-bottom: 2px solid #360D6B;
- zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ }
-
-dt { font-weight: bold }
-
-dd { margin-bottom: 1em; margin-top: 0.5em }
-
-:link { color: #1363A1 }
-:visited { color: #5113A1 }
-
-#testframe { margin-top: 20px;
- width: 80%;
- height: 500px;
- border: 2px solid #360D6B }
-
-#logo { float: left;
- position: relative;
- bottom: 0.33em;
- padding-right: 20px;
- margin-bottom: -40px;
- font-size: 3em }