aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css11
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
171ol li {
172 counter-increment: li;
173}
174
171ol li::before { 175ol 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
183ol li {
184 counter-increment: li
185} 184}
186 185
187/* commenting */ 186/* commenting */