summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-03 15:44:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-03 15:44:52 -0700
commit98b87a8d1d02efe96201315a5fe3f4e2bb4c8cfc (patch)
tree0b695996620dfad6702f0562deaf5ac260ab4bca /js
parent9c39162bce2d0ce5bd708a51869c582e6d90d572 (diff)
Fixed font size for h3 in dingus.
Diffstat (limited to 'js')
-rw-r--r--js/index.html1
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; }