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

Side by Side Diff: benchmarks/style.css

Issue 146076: Changed benchmark html and css files to be validating HTML 4.01 and CSS. (Closed)
Patch Set: Created 11 years, 6 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
« benchmarks/run.html ('K') | « benchmarks/run.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 hr {
2 font-family: sans-serif;
3 }
4
5 hr{
6 border: 1px solid; 2 border: 1px solid;
7 border-color: #36C; 3 border-color: #36C;
8 margin: 1em 0 4 margin: 1em 0;
9 } 5 }
10 6
11 h1, h2, h3, h4 { 7 h1, h2, h3, h4 {
12 margin: 0; 8 margin: 0;
13 margin-bottom: 0; 9 margin-bottom: 0;
14 } 10 }
15 11
16 h1 { 12 h1 {
17 font-size: 190%; 13 font-size: 154%;
18 height: 1.2em; 14 height: 1.2em;
19 } 15 }
20 16
21 17
22 h2{ 18 li {
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; 19 margin: .3em 0 1em 0;
33 } 20 }
34 21
35 body{ 22 body {
36 font-family: Helvetica,Arial,sans-serif; 23 font-family: Helvetica,Arial,sans-serif;
37 font-size: small;
38 color: #000; 24 color: #000;
39 background-color: #fff; 25 background-color: #fff;
40 } 26 }
41 27
42 div.title { 28 div.title {
43 background-color: rgb(229, 236, 249); 29 background-color: rgb(229, 236, 249);
44 border-top: 1px solid rgb(51, 102, 204); 30 border-top: 1px solid rgb(51, 102, 204);
45 text-align: center; 31 text-align: center;
46 padding-top: 0.2em; 32 padding-top: 0.2em;
47 padding-bottom: 0.2em; 33 padding-bottom: 0.2em;
48 margin-bottom: 20px; 34 margin-bottom: 20px;
49 } 35 }
50 36
51 div.subtitle { 37 div.subtitle {
52 border-bottom: 1px solid rgb(51, 102, 204); 38 border-bottom: 1px solid rgb(51, 102, 204);
53 margin-top: 2em; 39 margin-top: 2em;
54 } 40 }
55 41
56 td.contents { 42 td.contents {
57 text-align: start; 43 text-align: left;
58 } 44 }
59 45
60 div.run { 46 div.run {
61 margin: 20px; 47 margin: 20px;
62 width: 300px; 48 width: 300px;
63 height: 300px; 49 height: 300px;
64 float: right; 50 float: right;
65 background-color: rgb(229, 236, 249); 51 background-color: rgb(229, 236, 249);
66 background-image: url(v8-logo.png); 52 background-image: url(v8-logo.png);
67 background-position: center center; 53 background-position: center center;
68 background-repeat: no-repeat; 54 background-repeat: no-repeat;
69 border: 1px solid rgb(51, 102, 204); 55 border: 1px solid rgb(51, 102, 204);
70 } 56 }
57
58 #status {
59 text-align: center;
60 margin-top: 50px;
61 font-size: 120%;
62 font-weight: bold;
63 }
64
65 #results {
66 text-align: left;
67 margin: 30px 0 0 90px;
68 }
OLDNEW
« benchmarks/run.html ('K') | « benchmarks/run.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698