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

Side by Side Diff: net/tools/ct_mapper/index.html

Issue 1238413004: Framework for iterating over certificates in CT database from Chromium code. (not for review) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make samples page work Created 3 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
« no previous file with comments | « net/tools/ct_mapper/entry_reader.cc ('k') | net/tools/ct_mapper/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2
3 <head>
4 <script src="data.js"></script>
5 <script src="main.js"></script>
6
7 <style>
8
9 body {
10 font-family: Sans-serif, Arial;
11 margin: 0;
12 margin-top: 2em;
13 }
14
15 td, th {
16 border: 1px solid #bbb;
17 padding: 0.5em;
18 }
19
20 table {
21 border-collapse: collapse;
22 margin-left: 2em;
23 }
24
25 .colSamples {
26 text-align: center;
27 white-space: nowrap;
28 }
29
30 .colTotal {
31 text-align: right;
32 white-space: nowrap;
33 }
34
35 .colPercent {
36 text-align: right;
37 white-space: nowrap;
38 }
39
40 .colName {
41 font-family: monospace;
42 white-space: pre;
43 }
44
45 .metricsItem {
46 border-bottom: 5px solid #ccc;
47 padding: 2em;
48 padding-top: 0;
49 }
50
51 .samplesDiv {
52 padding: 2em;
53 padding-top: 0;
54 }
55
56 </style>
57
58 </head>
59
60 <body>
61 </body>
62
63 </html>
OLDNEW
« no previous file with comments | « net/tools/ct_mapper/entry_reader.cc ('k') | net/tools/ct_mapper/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698