aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 5778d17..e4a8225 100644
--- a/styles.css
+++ b/styles.css
@@ -62,6 +62,14 @@ blockquote {
border-left: 3px solid #ccc;
}
+ul.no-style {
+ list-style-type: none;
+}
+
+ul.no-style li {
+ margin: 20px 0px;
+}
+
/* Footer */
@@ -148,6 +156,7 @@ div.header-anchor:hover img {
visibility: visible;
}
+
/* Plaintext code block links */
div.plaintext-link {