diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:55:56 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:55:56 +0200 |
| commit | c4eb3d99a0feef623fe390e1a0dbe94172a3b46c (patch) | |
| tree | 3cace042c4e72b27cdf9e677a8c579d2235e0c7a /_includes/site.css | |
| parent | 50e8fe8c071759c7854e806d0a4543ee88146bab (diff) | |
| download | mitjafelicijan.com-c4eb3d99a0feef623fe390e1a0dbe94172a3b46c.tar.gz | |
content update
Diffstat (limited to '_includes/site.css')
| -rw-r--r-- | _includes/site.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/_includes/site.css b/_includes/site.css index 154d3da..f9c7d5c 100644 --- a/_includes/site.css +++ b/_includes/site.css | |||
| @@ -168,8 +168,12 @@ ol { | |||
| 168 | margin-left: -0.3em; | 168 | margin-left: -0.3em; |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | ol li { | ||
| 172 | counter-increment: li; | ||
| 173 | } | ||
| 174 | |||
| 171 | ol li::before { | 175 | ol li::before { |
| 172 | content: counter(li); | 176 | content: counter(li)'.'; |
| 173 | color: #ccc; | 177 | color: #ccc; |
| 174 | font-weight: 500; | 178 | font-weight: 500; |
| 175 | display: inline-block; | 179 | display: inline-block; |
| @@ -177,11 +181,6 @@ ol li::before { | |||
| 177 | margin-left: -1.5em; | 181 | margin-left: -1.5em; |
| 178 | margin-right: 0.9em; | 182 | margin-right: 0.9em; |
| 179 | text-align: right; | 183 | text-align: right; |
| 180 | direction: rtl | ||
| 181 | } | ||
| 182 | |||
| 183 | ol li { | ||
| 184 | counter-increment: li | ||
| 185 | } | 184 | } |
| 186 | 185 | ||
| 187 | /* commenting */ | 186 | /* commenting */ |
