hotfix: style fix or ol nested under ul

pull/4068/head
Scott Anderson 2022-05-25 16:37:22 -06:00
parent 1ff4e3e6f5
commit 0a145d1b52
2 changed files with 14 additions and 8 deletions

View File

@ -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) {

View File

@ -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" >}}