From 0a145d1b520a1a5855123d4bb0345c0c78b4924a Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 25 May 2022 16:37:22 -0600 Subject: [PATCH] hotfix: style fix or ol nested under ul --- assets/styles/layouts/article/_lists.scss | 18 ++++++++++++------ content/influxdb/cloud/get-started.md | 4 ++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/assets/styles/layouts/article/_lists.scss b/assets/styles/layouts/article/_lists.scss index 10a2d3345..6e2528b8a 100644 --- a/assets/styles/layouts/article/_lists.scss +++ b/assets/styles/layouts/article/_lists.scss @@ -2,6 +2,7 @@ ol, ul { padding-left: 1.6rem; + margin: 1rem 0 1.5rem 0; } ul { @@ -10,6 +11,16 @@ ul { content: "" !important; display: none; } + + ol { + list-style: revert; + + li::marker { + font-weight: bold; + color: $article-bold; + } + + } } ol { @@ -33,17 +44,12 @@ ol { & > ol li ol li ol li:before { content: counter(item, lower-latin) ". "; } & > ol li ol li ol li ol li:before { content: counter(item) ". "; } - ul { + & > ul { counter-reset: item; } } } -& > ol, -& > ul { - margin: 1rem 0 1.5rem 0; -} - li { margin: .25rem 0; &:not(:last-child) { diff --git a/content/influxdb/cloud/get-started.md b/content/influxdb/cloud/get-started.md index a9bd257eb..85bd3e7bd 100644 --- a/content/influxdb/cloud/get-started.md +++ b/content/influxdb/cloud/get-started.md @@ -13,11 +13,11 @@ influxdb/cloud/tags: [get-started, install] After you've [signed up for InfluxDB Cloud](/influxdb/cloud/sign-up/), you're ready to get started: -- Do one of the following: +1. Do one of the following: - [Write and query data using the programming language of your choice](#write-and-query-data-using-the-programming-language-of-your-choice). - Add [sample data](#add-sample-data). - [Use your own data](/influxdb/cloud/write-data/) to explore InfluxDB Cloud. -- [Create a notebook](#create-a-notebook): +2. [Create a notebook](#create-a-notebook): 1. Click **Notebooks** in the navigation menu on the left. {{< nav-icon "books" >}}