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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-10-11 22:01:53 +0300
committerDominik Juelg <djuelg@gmx.de>2016-10-11 22:01:53 +0300
commit11e2a49e5e34ada6910d9b40c9e7e901626b18e7 (patch)
tree24fe1efb8a996b91913bbacd31cca7925b618ebd
parent654bb11e54fe9d0c94e07e0fd7c11c1a1851db3f (diff)
fixed css bug
-rw-r--r--static/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 1597f3d..76b0779 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -441,7 +441,7 @@ li {
padding-left: 16px;
}
-li:before {
+ul > li::before {
content: "•";
color: #008080;
margin-right: 10px;
@@ -452,7 +452,7 @@ ul li ul li {
margin-left: 10px;
}
-ul li ul li:before {
+ul li ul li::before {
margin-left: 10px;
content: "-";
}