Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(818)

Side by Side Diff: chrome/test/data/v8_benchmark/style.css

Issue 53069: Add a copy of the V8 Benchmark Suite (version 3) for performance testing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/v8_benchmark/run.js ('k') | chrome/test/data/v8_benchmark/v8-logo.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 body {
2 font-family: sans-serif;
3 }
4
5 hr{
6 border: 1px solid;
7 border-color: #36C;
8 margin: 1em 0
9 }
10
11 h1, h2, h3, h4 {
12 margin: 0;
13 margin-bottom: 0;
14 }
15
16 h1 {
17 font-size: 190%;
18 height: 1.2em;
19 }
20
21
22 h2{
23 font-size: 140%;
24 height: 1.2em;
25 }
26
27 h3{
28 font-size: 100%;
29 }
30
31 li{
32 margin: .3em 0 1em 0;
33 }
34
35 body{
36 font-family: Helvetica,Arial,sans-serif;
37 font-size: small;
38 color: #000;
39 background-color: #fff;
40 }
41
42 div.title {
43 background-color: rgb(229, 236, 249);
44 border-top: 1px solid rgb(51, 102, 204);
45 text-align: center;
46 padding-top: 0.2em;
47 padding-bottom: 0.2em;
48 margin-bottom: 20px;
49 }
50
51 div.subtitle {
52 border-bottom: 1px solid rgb(51, 102, 204);
53 margin-top: 2em;
54 }
55
56 td.contents {
57 text-align: start;
58 }
59
60 div.run {
61 margin: 20px;
62 width: 300px;
63 height: 300px;
64 float: right;
65 background-color: rgb(229, 236, 249);
66 background-image: url(v8-logo.png);
67 background-position: center center;
68 background-repeat: no-repeat;
69 border: 1px solid rgb(51, 102, 204);
70 }
OLDNEW
« no previous file with comments | « chrome/test/data/v8_benchmark/run.js ('k') | chrome/test/data/v8_benchmark/v8-logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698