Fehler behoben
This commit is contained in:
@@ -208,14 +208,15 @@ body {
|
||||
|
||||
/* List style improvement */
|
||||
.content-text li {
|
||||
position: relative;
|
||||
padding-left: 1.5rem;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.content-text li::before {
|
||||
content: '•';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
font-weight: bold;
|
||||
.content-text ul li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.content-text ol li {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
Reference in New Issue
Block a user