Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit bd24d37

Browse files
committed
minor fixes
1 parent edd6f49 commit bd24d37

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

page/plots/published.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"field": "sum_published",
6363
"type": "quantitative",
6464
"axis": {
65-
"title": "running sum of keys published",
65+
"title": "running total of keys published",
6666
"titleColor": "#b4464b"
6767
}
6868
},

page/plots/usercount.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"field": "sum_published",
6565
"type": "quantitative",
6666
"axis": {
67-
"title": "running sum of users who published keys",
67+
"title": "running total of users who published keys",
6868
"titleColor": "#b4464b"
6969
}
7070
},

page/style.css

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -26,57 +26,3 @@ body {
2626
grid-column: 1;
2727
grid-row: 1;
2828
}
29-
30-
31-
.tabs {
32-
position: relative;
33-
min-height: 200px;
34-
clear: both;
35-
margin: 25px 0;
36-
grid-column: 1/3;
37-
}
38-
.tab {
39-
float: left;
40-
}
41-
.tab label {
42-
background: #eee;
43-
padding: 10px;
44-
border: 1px solid #ccc;
45-
margin-left: -1px;
46-
position: relative;
47-
left: 1px;
48-
}
49-
.tab [type="radio"] {
50-
opacity: 0;
51-
}
52-
.content {
53-
position: absolute;
54-
min-height: 500px;
55-
top: 28px;
56-
left: 0;
57-
background: white;
58-
right: 0;
59-
bottom: 0;
60-
padding: 20px;
61-
border: 1px solid #ccc;
62-
overflow: hidden;
63-
}
64-
.content > * {
65-
opacity: 0;
66-
transform: translateX(-100%);
67-
}
68-
[type="radio"]:focus ~ label {
69-
outline: 2px solid blue;
70-
}
71-
[type="radio"]:checked ~ label {
72-
background: white;
73-
border-bottom: 1px solid white;
74-
z-index: 2;
75-
}
76-
[type="radio"]:checked ~ label ~ .content {
77-
z-index: 1;
78-
}
79-
[type="radio"]:checked ~ label ~ .content > * {
80-
opacity: 1;
81-
transform: translateX(0);
82-
}

0 commit comments

Comments
 (0)