mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Tweak toc in step by step guide
This commit is contained in:
parent
ed40d7ef0c
commit
6b32df03ab
2 changed files with 32 additions and 38 deletions
|
@ -329,7 +329,7 @@ code.full .utf{
|
|||
}
|
||||
|
||||
.step-by-step-guide details{
|
||||
padding: 1.0em 0;
|
||||
padding: 1rem 0;
|
||||
list-style-type: none;
|
||||
counter-reset: toc 0;
|
||||
}
|
||||
|
@ -346,14 +346,6 @@ code.full .utf{
|
|||
list-style-position: outside;
|
||||
}
|
||||
|
||||
.step-by-step-guide details p {
|
||||
counter-increment: toc 1;
|
||||
}
|
||||
|
||||
.step-by-step-guide details p::before{
|
||||
content: counter(toc) ". ";
|
||||
}
|
||||
|
||||
.alert p.warning{
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue