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

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <road2stat@gmail.com>2018-10-17 08:43:20 +0300
committerNan Xiao <road2stat@gmail.com>2018-10-17 08:43:20 +0300
commit2e3850ec6f821c54ed99b0c4f96a2586e1b4441b (patch)
tree043409df94fba5b725ee4de12411d4fb8950913b
parent18c9eb82e4eb5ac3a9f775e64aa04ad560cd2e0a (diff)
fix list style issue
-rw-r--r--static/css/style.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 63a89c6..bcf57b0 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -161,32 +161,25 @@ h1,h2 {
color: #333;
line-height: 120%;
}
-.posts_listing a,#nav a {
+.posts_listing a, #nav a {
text-decoration: none;
}
li {
- margin-left: 20px;
+ margin-left: 1.6rem;
}
ul li {
- margin-left: 5px;
+ margin-left: 1.2rem;
}
-ul li {
+.posts_listing li {
list-style-type: none;
}
-ul li:before {
- content:"\00BB \0020 \00a0";
-}
-#nav ul li:before, .posts_listing li:before {
- content:'';
- margin-right:0;
-}
#content {
text-align: left;
width: 100%;
font-size: 17px;
padding: 60px 0 80px;
}
-#content h1,#content h2 {
+#content h1, #content h2 {
margin-bottom: 5px;
}
#content h2 {