- Commit
- 98b87a8d1d02efe96201315a5fe3f4e2bb4c8cfc
- Parent
- 9c39162bce2d0ce5bd708a51869c582e6d90d572
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed font size for h3 in dingus.
My personal build of CMark ✏️
Fixed font size for h3 in dingus.
1 file changed, 0 insertions, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | js/index.html | 1 | 0 | 1 |
diff --git a/js/index.html b/js/index.html @@ -63,7 +63,6 @@ $(document).ready(function() { div#preview { height: 400px; overflow: scroll; } div.row { margin-top: 1em; } blockquote { font-size: 100%; } - h3 { margin-top: 0; margin-bottom: 0; padding: 0; font-size: 100%; } footer { color: #555; text-align: center; margin: 1em; } pre { display: block; padding: 0.5em; color: #333; background: #f8f8ff } #warnings li { color: red; font-weight: bold; }