Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2018-05-04 12:20:59 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2018-05-04 12:20:59 +0300
commit629cc643dba12e34cc45152d406a2e0f4423c2b2 (patch)
tree0b37f118d652779508d0ef36416562f18175a2e1
parentb7b7dd91ba1ef8d03c8c4eae43b45b7769509ee1 (diff)
Change alignment for ul and ol
-rw-r--r--static/css/ui.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/ui.css b/static/css/ui.css
index d96a044..07ccbfc 100644
--- a/static/css/ui.css
+++ b/static/css/ui.css
@@ -137,10 +137,10 @@ a:hover { text-decoration: underline; }
/* #Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
-ul { list-style: square inside; }
-ol { list-style: decimal inside; }
+ul { list-style: square; }
+ol { list-style: decimal; }
ol, ul {
- padding-left: 0;
+ padding-left: 1.2rem;
margin-top: 0;
}
ul ul,