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

Side by Side Diff: chrome/test/data/third_party/kraken/hosted/kraken.css

Issue 11348021: Automate Kraken benchmark with Chrome Remote Control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
OLDNEW
(Empty)
1
2 body {
3 font-family: Helvetica, Arial, sans-serif;
4 margin: 20px;
5 background-color: #ffffff;
6 color: #1B0636
7 }
8
9 h2 {
10 background-color: #fff;
11 padding: 30px 20px 20px 20px;
12 border-bottom: 3px solid white;
13 color: black;
14 zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */
15 }
16
17 #content {
18 width: 1000px;
19 margin-left: auto;
20 margin-right: auto;
21 }
22
23 #results {
24 padding: 0 20px 20px 20px;
25 }
26
27
28 :link { color: #1363A1 }
29 :visited { color: #1363A1 }
30
31 #testframe { float: left;
32 margin-top: 20px;
33 width: 500px;
34 height: 200px;
35 background-color: white;
36 border: 1px solid #1B0636;}
37
38 #squares {
39 float: left;
40 margin-left: 10px;
41 margin-top: 20px;
42 }
43
44 span.incomplete-square {
45 color: #cccccc;
46 }
47
48 span.complete-square {
49 color: #e7c0c0;
50 }
51
52 small.fine {
53 color: #cccccc;
54 }
OLDNEW
« no previous file with comments | « chrome/test/data/third_party/kraken/hosted/json2.js ('k') | chrome/test/data/third_party/kraken/hosted/kraken-1.1/driver.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698