diff options
Diffstat (limited to 'test/writer.html5')
| -rw-r--r-- | test/writer.html5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/writer.html5 b/test/writer.html5 index 119e4a32a..ad8079f75 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -155,6 +155,11 @@ div.column{flex: 1;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} + ul.task-list li input[type="checkbox"] { + width: 0.8em; + margin: 0 0.8em 0.2em -1.6em; + vertical-align: middle; + } .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <!--[if lt IE 9]> |
