Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -436,6 +436,15 @@ a:hover {{ opacity: 0.7; }}
|
|
| 436 |
color: var(--ink-soft);
|
| 437 |
font-style: italic;
|
| 438 |
}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 439 |
.dek-meta {{
|
| 440 |
text-align: right;
|
| 441 |
font-family: 'JetBrains Mono', monospace;
|
|
@@ -1116,7 +1125,7 @@ button.action:active {{
|
|
| 1116 |
<canvas id="chart"></canvas>
|
| 1117 |
</div>
|
| 1118 |
<div class="figure-caption">
|
| 1119 |
-
Forest area as percentage of total land. Oxblood markers denote known policy events
|
| 1120 |
(hover the line to read). Rule of Law index plotted on secondary axis where available.
|
| 1121 |
Click any data point for a detailed dossier.
|
| 1122 |
</div>
|
|
@@ -1148,7 +1157,7 @@ button.action:active {{
|
|
| 1148 |
<div class="colophon-section">
|
| 1149 |
<div class="colophon-imprint">Notes.</div>
|
| 1150 |
<div class="body">
|
| 1151 |
-
Every figure herein is drawn from the public record. Where the policy
|
| 1152 |
register falls silent, we supply historical context in earnest italics —
|
| 1153 |
droughts, fires, wars, booms & busts — to explain the line.
|
| 1154 |
</div>
|
|
|
|
| 436 |
color: var(--ink-soft);
|
| 437 |
font-style: italic;
|
| 438 |
}}
|
| 439 |
+
.dek-text::first-letter {{
|
| 440 |
+
font-family: 'Instrument Serif', serif;
|
| 441 |
+
font-size: 3.4em;
|
| 442 |
+
line-height: 0.8;
|
| 443 |
+
float: left;
|
| 444 |
+
padding: 4px 8px 0 0;
|
| 445 |
+
color: var(--oxblood);
|
| 446 |
+
font-style: normal;
|
| 447 |
+
}}
|
| 448 |
.dek-meta {{
|
| 449 |
text-align: right;
|
| 450 |
font-family: 'JetBrains Mono', monospace;
|
|
|
|
| 1125 |
<canvas id="chart"></canvas>
|
| 1126 |
</div>
|
| 1127 |
<div class="figure-caption">
|
| 1128 |
+
<span class="smallcaps">Note —</span> Forest area as percentage of total land. Oxblood markers denote known policy events
|
| 1129 |
(hover the line to read). Rule of Law index plotted on secondary axis where available.
|
| 1130 |
Click any data point for a detailed dossier.
|
| 1131 |
</div>
|
|
|
|
| 1157 |
<div class="colophon-section">
|
| 1158 |
<div class="colophon-imprint">Notes.</div>
|
| 1159 |
<div class="body">
|
| 1160 |
+
<span class="smallcaps">On method —</span> Every figure herein is drawn from the public record. Where the policy
|
| 1161 |
register falls silent, we supply historical context in earnest italics —
|
| 1162 |
droughts, fires, wars, booms & busts — to explain the line.
|
| 1163 |
</div>
|