mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-15 18:59:23 +03:00
fix list styles and re-minify styles. closes #255
This commit is contained in:
parent
466cd49b25
commit
5737d557f4
6 changed files with 18 additions and 10 deletions
|
@ -247,7 +247,7 @@ th {
|
|||
|
||||
ul,
|
||||
ol {
|
||||
margin-left: 30px;
|
||||
margin-left: 22px;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
|
@ -275,10 +275,18 @@ ol {
|
|||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
ol ol {
|
||||
list-style-type: lower-alpha;
|
||||
ol {
|
||||
margin-left: 38px;
|
||||
|
||||
li {
|
||||
counter-increment: li;
|
||||
}
|
||||
|
||||
li:before {
|
||||
content: counters(li, ".") " ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mark {
|
||||
|
@ -334,5 +342,5 @@ hr {
|
|||
}
|
||||
|
||||
sup {
|
||||
line-height: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue