add lists support to babycode

This commit is contained in:
2025-05-26 19:34:12 +03:00
parent ea83a31b16
commit e46883c3c1
4 changed files with 102 additions and 10 deletions

View File

@ -507,7 +507,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
height: 150px;
}
ul {
ul, ol {
margin: 10px 0 10px 30px;
padding: 0;
}