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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « benchmarks/v4/run.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/v4/style.css
===================================================================
--- benchmarks/v4/style.css (revision 2426)
+++ benchmarks/v4/style.css (working copy)
@@ -68,3 +68,12 @@
background-repeat: no-repeat;
border: 1px solid rgb(51, 102, 204);
}
+
+div.warning {
+ background: #ffffd9;
+ border: 1px solid #d2d26a;
+ display: none;
+ margin: 1em 0 2em;
+ padding: 8px;
+ text-align: center;
+}
« 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