mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
28.21.2021 36dfe91cf2c04b0760505cafef6122cc3e2ad4ba
Styling for ordered and unordered listing

Closes #187
2 files modified
24 ■■■■■ changed files
assets/css/style.css 12 ●●●●● patch | view | raw | blame | history
assets/css/style.rtl.css 12 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -403,6 +403,18 @@
    max-width: 100%;
}
.post .post-content ul {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.post .post-content ol {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.post .post-footer {
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--border-color);
assets/css/style.rtl.css
@@ -403,6 +403,18 @@
    max-width: 100%;
}
.post .post-content ul {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.post .post-content ol {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.post .post-footer {
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--border-color);