mirror of
https://github.com/safing/web
synced 2025-04-20 19:09:10 +00:00
Style uls different than decimal
This commit is contained in:
parent
1e3a924180
commit
14d7ce4b16
1 changed files with 10 additions and 3 deletions
|
@ -188,16 +188,23 @@ a.link {
|
|||
padding-top: 2.5rem !important;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol{
|
||||
ul, ol{
|
||||
padding: 1rem;
|
||||
list-style-type: decimal;
|
||||
|
||||
li{
|
||||
padding-top: 0.7rem;
|
||||
color: #898989;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
a{
|
||||
display: inline-table;
|
||||
position: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue