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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Bock <mr.axel.bock@gmail.com>2017-12-30 17:35:04 +0300
committerAxel Bock <mr.axel.bock@gmail.com>2017-12-30 17:35:04 +0300
commite041ba769ed4a9d5716bf66e2dcb75212b79633d (patch)
tree27913228b7c3b4d9bf2e1159c5ec64a6d0334762
parent5c83c159412e0067014835fa8a3f674b5d3705bc (diff)
update UL list style
-rw-r--r--static/css/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index fb6c9e4..c45191a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -271,7 +271,9 @@ ul {
}
li {
- list-style-position: inside;
+ list-style-position: outside;
+ /* text-indent: -1.5em; */
+ margin-left: 1.5em;
}
ul>li {