aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-05-04 09:47:54 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-05-04 09:49:57 -1000
commitde29ee2b0b6642b74b0e0d836b90aaf98b215cfe (patch)
tree6043323dfbb37b7ec2a1184eeed5a9ddab7077a9 /static/styles.css
parenta73918fe22e481b5f44479740dd3d5910970bf6f (diff)
downloadpatchfoo-de29ee2b0b6642b74b0e0d836b90aaf98b215cfe.tar.gz
patchfoo-de29ee2b0b6642b74b0e0d836b90aaf98b215cfe.zip
Render task lists without bullets
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 6882559..3c13439 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -101,6 +101,15 @@ pre {
white-space: pre-wrap;
}
+.task-list {
+ margin-left: 1em;
+ padding-left: 0;
+}
+
+.task-list-item {
+ list-style-type: none;
+}
+
.ssb-id {
font-size: .7em;
color: #777;