diff options
Diffstat (limited to 'js/index.html')
-rw-r--r-- | js/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/index.html b/js/index.html index 7ba5a86..994b147 100644 --- 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; } |