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

Side by Side Diff: benchmarks/v4/style.css

Issue 149610: Second of three CLs now changing v2, v3 and v4 of the benchmark suite... (Closed) Base URL: http://v8.googlecode.com/svn/data/
Patch Set: Created 11 years, 5 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 | « benchmarks/v4/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 body {
2 font-family: sans-serif; 2 font-family: sans-serif;
3 } 3 }
4 4
5 hr{ 5 hr{
6 border: 1px solid; 6 border: 1px solid;
7 border-color: #36C; 7 border-color: #36C;
8 margin: 1em 0 8 margin: 1em 0
9 } 9 }
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 margin: 20px; 61 margin: 20px;
62 width: 300px; 62 width: 300px;
63 height: 300px; 63 height: 300px;
64 float: right; 64 float: right;
65 background-color: rgb(229, 236, 249); 65 background-color: rgb(229, 236, 249);
66 background-image: url(v8-logo.png); 66 background-image: url(v8-logo.png);
67 background-position: center center; 67 background-position: center center;
68 background-repeat: no-repeat; 68 background-repeat: no-repeat;
69 border: 1px solid rgb(51, 102, 204); 69 border: 1px solid rgb(51, 102, 204);
70 } 70 }
71
72 div.warning {
73 background: #ffffd9;
74 border: 1px solid #d2d26a;
75 display: none;
76 margin: 1em 0 2em;
77 padding: 8px;
78 text-align: center;
79 }
OLDNEW
« no previous file with comments | « benchmarks/v4/run.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698