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:
Diffstat (limited to 'static/css/default.css')
-rw-r--r--static/css/default.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 6e3af4b..a211503 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -473,6 +473,15 @@ li:before {
font-weight: bold;
}
+ul li ul li {
+ margin-left: 10px;
+}
+
+ul li ul li:before {
+ margin-left: 10px;
+ content: "-";
+}
+
blockquote {
border-left-width: 10px;
border-top-right-radius: 5px;