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

Side by Side Diff: benchmarks/style.css

Issue 155496: Third and hopefully last of thrre CLs to issue a warning when an older... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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
« 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 hr { 1 hr {
2 border: 1px solid; 2 border: 1px solid;
3 border-color: #36C; 3 border-color: #36C;
4 margin: 1em 0; 4 margin: 1em 0;
5 } 5 }
6 6
7 h1, h2, h3, h4 { 7 h1, h2, h3, h4 {
8 margin: 0; 8 margin: 0;
9 margin-bottom: 0; 9 margin-bottom: 0;
10 } 10 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 width: 300px; 48 width: 300px;
49 height: 300px; 49 height: 300px;
50 float: right; 50 float: right;
51 background-color: rgb(229, 236, 249); 51 background-color: rgb(229, 236, 249);
52 background-image: url(v8-logo.png); 52 background-image: url(v8-logo.png);
53 background-position: center center; 53 background-position: center center;
54 background-repeat: no-repeat; 54 background-repeat: no-repeat;
55 border: 1px solid rgb(51, 102, 204); 55 border: 1px solid rgb(51, 102, 204);
56 } 56 }
57 57
58 div.warning {
59 background: #ffffd9;
60 border: 1px solid #d2d26a;
61 display: none;
62 margin: 1em 0 2em;
63 padding: 8px;
64 text-align: center;
65 }
66
58 #status { 67 #status {
59 text-align: center; 68 text-align: center;
60 margin-top: 50px; 69 margin-top: 50px;
61 font-size: 120%; 70 font-size: 120%;
62 font-weight: bold; 71 font-weight: bold;
63 } 72 }
64 73
65 #results { 74 #results {
66 text-align: left; 75 text-align: left;
67 margin: 30px 0 0 90px; 76 margin: 30px 0 0 90px;
68 } 77 }
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