mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +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;
|
padding-top: 2.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul, ol{
|
||||||
ol{
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
list-style-type: decimal;
|
|
||||||
li{
|
li{
|
||||||
padding-top: 0.7rem;
|
padding-top: 0.7rem;
|
||||||
color: #898989;
|
color: #898989;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: circle;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
display: inline-table;
|
display: inline-table;
|
||||||
position: none;
|
position: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue