diff --git a/_config.yml b/_config.yml index 5c1672952..7782cd7c9 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ url: https://revenuedata.doi.gov # app version number -version: v4.3.8 +version: v4.3.9 exclude: # top-level log diff --git a/blog-site/src/pages/content-design-blog-authors/index.md b/blog-site/src/pages/content-design-blog-authors/index.md index d98ea5826..dc9900150 100644 --- a/blog-site/src/pages/content-design-blog-authors/index.md +++ b/blog-site/src/pages/content-design-blog-authors/index.md @@ -89,7 +89,7 @@ Then, we can modify the blog post template to loop over the author(s) and includ width: rhythm(2), height: rhythm(2), }} - /> + />

(

What's new

-

In our latest release on March 27, 2019, we made the following changes:

+

In our latest release on April 3, 2019, we made the following changes:

Review our full release details.

diff --git a/gatsby-site/src/markdown/downloads/federal-production.md b/gatsby-site/src/markdown/downloads/federal-production.md index 8c2d928e0..03f24012d 100644 --- a/gatsby-site/src/markdown/downloads/federal-production.md +++ b/gatsby-site/src/markdown/downloads/federal-production.md @@ -28,7 +28,7 @@ tag:
-> This dataset contains information on production on federal lands and waters. We have versions of these datasets available for calendar years 2008-2017 and for fiscal years 2008-2017. +> This dataset contains information on production on federal lands and waters. We have versions of these datasets available for calendar years 2008-2017 and for fiscal years 2009-2018.

@@ -51,9 +51,7 @@ We have [notes on this data](https://github.com/onrr/doi-extractives-data/wiki/D This dataset includes natural resource production for U.S. federal lands and offshore areas. It does not include Indian lands, privately owned lands, or U.S. state lands. The dataset currently include data tracked and managed by the Department of the Interior’s Office of Natural Resources Revenue (ONRR). The production data for Oil and Gas is collected on Form ONRR-4054 (Oil and Gas Operations Report). Coal and hardrock production is collected on Form ONRR-4430 (Solid Minerals Production and Royalty Report). -## Data publication - -The federal production datasets are updated annually in July for the most recent completed fiscal and calendar year. +## About the data

Why was some solids data withheld?

diff --git a/gatsby-site/src/styles/blocks/explore/_regions-list.scss b/gatsby-site/src/styles/blocks/explore/_regions-list.scss index ff455e921..3d05d4ab3 100644 --- a/gatsby-site/src/styles/blocks/explore/_regions-list.scss +++ b/gatsby-site/src/styles/blocks/explore/_regions-list.scss @@ -60,6 +60,10 @@ text-align: left; } + .name td { + border-top: none; + } + .bar_dollars { padding-right: $base-padding; } @@ -140,6 +144,10 @@ width: 3em; } + td, th .value.subtotal { + vertical-align: bottom; + } + .bar { // specific to reconcilation width: 100px; @@ -191,6 +199,12 @@ position: relative; } +tbody:not(:first-child):before { + content: ''; + display: block; + height: 2rem; +} + .region-name, .map-legend { @include respond-to(large-down) {