style for <dl> that is reminiscent of LaTeX;
authorwenzelm
Sun, 14 May 2017 21:56:58 +0200
changeset 65837 9ee6a8d4499b
parent 65836 3b4877fbd9cb
child 65838 30c2d78b5d38
style for <dl> that is reminiscent of LaTeX;
etc/isabelle.css
--- a/etc/isabelle.css	Sun May 14 21:54:35 2017 +0200
+++ b/etc/isabelle.css	Sun May 14 21:56:58 2017 +0200
@@ -16,6 +16,16 @@
   src: url('fonts/Vacuous.ttf') format('truetype');
 }
 
+
+/* standard document markup */
+
+dt {
+  float: left;
+  clear: left;
+  padding-right: 0.5em;
+  font-weight: bold;
+}
+
 body { background-color: #FFFFFF; }
 
 .head     { background-color: #FFFFFF; }
@@ -65,4 +75,3 @@
 .comment        { color: #CC0000; }
 .improper       { color: #FF5050; }
 .bad            { background-color: #FF6A6A; }
-