feat: Change list formatting to align sitemap exactly
This commit is contained in:
parent
5c9ddfdd8c
commit
3ce6b22147
|
@ -210,3 +210,17 @@ pre, code {
|
|||
margin: 2em;
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
/* Lists */
|
||||
/* this aligns the sitemap */
|
||||
|
||||
ul {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
li{
|
||||
list-style-position: outside;
|
||||
/* list-style-type: '- ' /* ndash, a*/
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user