diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-05-04 09:47:54 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-05-04 09:49:57 -1000 |
commit | de29ee2b0b6642b74b0e0d836b90aaf98b215cfe (patch) | |
tree | 6043323dfbb37b7ec2a1184eeed5a9ddab7077a9 | |
parent | a73918fe22e481b5f44479740dd3d5910970bf6f (diff) | |
download | patchfoo-de29ee2b0b6642b74b0e0d836b90aaf98b215cfe.tar.gz patchfoo-de29ee2b0b6642b74b0e0d836b90aaf98b215cfe.zip |
Render task lists without bullets
-rw-r--r-- | static/styles.css | 9 |
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; |