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:
authorHang Jiang <jianghangscu@gmail.com>2017-12-31 09:14:02 +0300
committerGitHub <noreply@github.com>2017-12-31 09:14:02 +0300
commit9b92727160da99574f1519884fa1026dafeca698 (patch)
tree7e60b0946c4c148e1ce465b8a071b7c6e8dba372
parent5c83c159412e0067014835fa8a3f674b5d3705bc (diff)
parentdd7d489641a35bc231b99024d3e53ddeee009b7f (diff)
Merge pull request #37 from flypenguin/master
update UL list style
-rw-r--r--static/css/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index fb6c9e4..fb0e483 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -271,11 +271,13 @@ ul {
}
li {
- list-style-position: inside;
+ list-style-position: outside;
+ /* text-indent: -1.5em; */
+ margin-left: 1.5em;
}
ul>li {
- list-style-type: circle;
+ list-style-type: disc;
}